gpm/gpm.service
Nikola Pajkovsky 8ea10cca9a add systemd unit
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
2010-08-19 11:35:33 +02:00

15 lines
375 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 -D
StandardOutput=syslog
[Install]
WantedBy=multi-user.target