You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-libs/gpm/files/gpm.service

13 lines
218 B

[Unit]
Description=Console Mouse manager
After=syslog.target
[Service]
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
StandardOutput=syslog
Type=forking
PIDFile=/run/gpm.pid
[Install]
WantedBy=multi-user.target