gpm/gpm.service
Nikola Pajkovsky 032fe797f4 Incomplete systemd service file for gpm and fix url
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
2010-10-25 13:05:15 +02:00

17 lines
410 B
Desktop File

[Unit]
Description=Console Mouse manager
After=syslog.target
# This could probably benefit from socket activation, but honestly I think it
# is time for gpm to go away, and hence I am not planning to spend the time
# to add socket activation here.
[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