Blame SOURCES/gpm.service

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