[gpm] Incomplete systemd service file for gpm and fix url

Nikola Pajkovsky npajkovs at fedoraproject.org
Mon Oct 25 11:05:24 UTC 2010


commit 032fe797f4306afd0062e0dfae94c8b45f2e705e
Author: Nikola Pajkovsky <npajkovs at redhat.com>
Date:   Mon Oct 25 13:05:15 2010 +0200

    Incomplete systemd service file for gpm and fix url
    
    Signed-off-by: Nikola Pajkovsky <npajkovs at redhat.com>

 gpm.service |    2 ++
 gpm.spec    |    5 ++++-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gpm.service b/gpm.service
index ae37c98..14d2cf4 100644
--- a/gpm.service
+++ b/gpm.service
@@ -9,6 +9,8 @@ After=syslog.target
 [Service]
 ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
 StandardOutput=syslog
+Type=forking
+PIDFile=/var/run/gpm.pid
 
 [Install]
 WantedBy=multi-user.target
diff --git a/gpm.spec b/gpm.spec
index b86c731..f2e1261 100644
--- a/gpm.spec
+++ b/gpm.spec
@@ -1,7 +1,7 @@
 Summary: A mouse server for the Linux console
 Name: gpm
 Version: 1.20.6
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://unix.schottelius.org/gpm/
@@ -173,6 +173,9 @@ fi
 %{_libdir}/libgpm.a
 
 %changelog
+* Tue Oct 19 2010 Nikola Pajkovsky <npajkovs at redhat.com> 1.20.6-13
+- 644318 - Incomplete systemd service file for gpm(yaneti at declera.com)
+
 * Mon Oct 18 2010 Nikola Pajkovsky <npajkovs at redhat.com> 2.20.6-12
 - disable debuging mode in gpm.service
 


More information about the scm-commits mailing list