archrelease: copy trunk to extra-x86_64
[arch-packages.git] / gpm / repos / core-x86_64 / gpm.service
blob8cfe0422b117a2064c7e46f77b1b465248ecdc46
1 [Unit]
2 Description=Virtual console mouse server
3 Requires=systemd-udevd.service
4 After=systemd-udevd.service
5 Wants=gpm.path
6 ConditionPathExists=/dev/input/mice
8 [Service]
9 Type=forking
10 ExecStart=/usr/bin/gpm -m /dev/input/mice -t imps2
12 [Install]
13 WantedBy=multi-user.target