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:
parent
6eb8227b84
commit
a8dd73e98a
@ -1,6 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Console Mouse manager
|
Description=Console Mouse manager
|
||||||
After=syslog.target
|
|
||||||
|
|
||||||
# This could probably benefit from socket activation, but honestly I think it
|
# 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
|
# 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]
|
[Service]
|
||||||
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
|
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
|
||||||
StandardOutput=syslog
|
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/gpm.pid
|
PIDFile=/var/run/gpm.pid
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user