14 lines
271 B
Desktop File
14 lines
271 B
Desktop File
[Unit]
|
|
Description=Virtual console mouse server
|
|
Requires=systemd-udevd.service
|
|
After=systemd-udevd.service
|
|
Wants=gpm.path
|
|
ConditionPathExists=/dev/input/mice
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/gpm -m /dev/input/mice -t imps2
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|