Incomplete systemd service file for gpm and fix url

Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
This commit is contained in:
Nikola Pajkovsky 2010-10-25 13:05:15 +02:00
parent 060a780263
commit 032fe797f4
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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@redhat.com> 1.20.6-13
- 644318 - Incomplete systemd service file for gpm(yaneti@declera.com)
* Mon Oct 18 2010 Nikola Pajkovsky <npajkovs@redhat.com> 2.20.6-12
- disable debuging mode in gpm.service