mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user