diff options
| author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2019-04-14 09:17:22 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-04-14 23:26:42 -0700 |
| commit | 8b0f4429019688afd89f5538bc07be2c46b0e95f (patch) | |
| tree | 91c0d9de48a1774d4ce8fec4f4023139dafb080a | |
| parent | 531547670c3e30d29a2a84e83dab5b1daf9dbba7 (diff) | |
| download | meta-openembedded-8b0f4429019688afd89f5538bc07be2c46b0e95f.tar.gz | |
gpm: Add PID file to systemd unit file
This helps systemd identify the main process of the service.
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/gpm/gpm/gpm.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gpm/gpm/gpm.service.in b/meta-oe/recipes-support/gpm/gpm/gpm.service.in index ee6c040fa6..5a6cadeb4e 100644 --- a/meta-oe/recipes-support/gpm/gpm/gpm.service.in +++ b/meta-oe/recipes-support/gpm/gpm/gpm.service.in | |||
| @@ -4,6 +4,7 @@ Description=Virtual console mouse server | |||
| 4 | [Service] | 4 | [Service] |
| 5 | Type=forking | 5 | Type=forking |
| 6 | ExecStart=@bindir@/gpm -m /dev/input/mice -t imps2 | 6 | ExecStart=@bindir@/gpm -m /dev/input/mice -t imps2 |
| 7 | PIDFile=/run/gpm.pid | ||
| 7 | 8 | ||
| 8 | [Install] | 9 | [Install] |
| 9 | WantedBy=multi-user.target | 10 | WantedBy=multi-user.target |
