mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-11 20:32:11 +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]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
ExecStart=@bindir@/gpm -m /dev/input/mice -t imps2
|
ExecStart=@bindir@/gpm -m /dev/input/mice -t imps2
|
||||||
|
PIDFile=/run/gpm.pid
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user