Blame SOURCES/gpm.service

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