summarylogtreecommitdiffstats
path: root/gpm.service
blob: 6d4d403a7410501de46223e59c8ea93883a1bbec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Virtual console mouse server
Requires=systemd-udevd.service
After=systemd-udevd.service
ConditionPathExists=/dev/input/mice

[Service]
Type=forking
ExecStart=/usr/bin/gpm -m /dev/input/mice -t imps2

[Install]
WantedBy=multi-user.target