gpm/SOURCES/gpm.service

15 lines
368 B
SYSTEMD
Raw Permalink Normal View History

2019-05-07 12:55:35 +00:00
[Unit]
Description=Console Mouse manager
# 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
# to add socket activation here.
[Service]
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
Type=forking
PIDFile=/var/run/gpm.pid
[Install]
WantedBy=multi-user.target