Blame SOURCES/gpm.service

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