Blame SOURCES/gpm.service

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