[oe-commits] [meta-openembedded] 03/10: gpm: Add PID file to systemd unit file

git at git.openembedded.org git at git.openembedded.org
Mon Apr 15 06:26:58 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 8b0f4429019688afd89f5538bc07be2c46b0e95f
Author: Robert Joslyn <robert.joslyn at redrectangle.org>
AuthorDate: Sun Apr 14 09:17:22 2019 -0700

    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 at redrectangle.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/gpm/gpm/gpm.service.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/gpm/gpm/gpm.service.in b/meta-oe/recipes-support/gpm/gpm/gpm.service.in
index ee6c040..5a6cade 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list