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:
Robert Joslyn
2019-04-14 09:17:22 -07:00
committed by Khem Raj
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