mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-21 01:51:43 +00:00
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>
This commit is contained in:
parent
531547670c
commit
8b0f442901
@ -4,6 +4,7 @@ Description=Virtual console mouse server
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=@bindir@/gpm -m /dev/input/mice -t imps2
|
||||
PIDFile=/run/gpm.pid
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user