From 8b0f4429019688afd89f5538bc07be2c46b0e95f Mon Sep 17 00:00:00 2001 From: Robert Joslyn Date: Sun, 14 Apr 2019 09:17:22 -0700 Subject: gpm: Add PID file to systemd unit file This helps systemd identify the main process of the service. Signed-off-by: Robert Joslyn Signed-off-by: Khem Raj --- meta-oe/recipes-support/gpm/gpm/gpm.service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-support') 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 [Service] Type=forking ExecStart=@bindir@/gpm -m /dev/input/mice -t imps2 +PIDFile=/run/gpm.pid [Install] WantedBy=multi-user.target -- cgit 1.2.3-korg