Remove obsolete config from service file

systemd-journald is now early in boot so "syslog" is always available,
and there is no need to override logging from system defaults.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2015-11-22 21:28:57 -05:00
parent 6eb8227b84
commit a8dd73e98a

View File

@ -1,6 +1,5 @@
[Unit]
Description=Console Mouse manager
After=syslog.target
# This could probably benefit from socket activation, but honestly I think it
# is time for gpm to go away, and hence I am not planning to spend the time
@ -8,7 +7,6 @@ After=syslog.target
[Service]
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
StandardOutput=syslog
Type=forking
PIDFile=/var/run/gpm.pid