summaryrefslogtreecommitdiff
blob: b241b2e14cdd8d3ae0348dd1d98db13063e215fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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