Incomplete systemd service file for gpm and fix url
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
This commit is contained in:
parent
060a780263
commit
032fe797f4
@ -9,6 +9,8 @@ After=syslog.target
|
|||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
|
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
|
||||||
StandardOutput=syslog
|
StandardOutput=syslog
|
||||||
|
Type=forking
|
||||||
|
PIDFile=/var/run/gpm.pid
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
5
gpm.spec
5
gpm.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A mouse server for the Linux console
|
Summary: A mouse server for the Linux console
|
||||||
Name: gpm
|
Name: gpm
|
||||||
Version: 1.20.6
|
Version: 1.20.6
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://unix.schottelius.org/gpm/
|
URL: http://unix.schottelius.org/gpm/
|
||||||
@ -173,6 +173,9 @@ fi
|
|||||||
%{_libdir}/libgpm.a
|
%{_libdir}/libgpm.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 18 2010 Nikola Pajkovsky <npajkovs@redhat.com> 2.20.6-12
|
||||||
- disable debuging mode in gpm.service
|
- disable debuging mode in gpm.service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user