summaryrefslogtreecommitdiff
blob: 966ad80060fe74c09d52646eb569c7a803aeef93 (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=/var/run/gpm.pid

[Install]
WantedBy=multi-user.target