Marcus Meissner
1130cf8c8d
Systemd support OBS-URL: https://build.opensuse.org/request/show/205016 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpm?expand=0&rev=31
17 lines
424 B
Desktop File
17 lines
424 B
Desktop File
[Unit]
|
|
Description=Console Mouse manager
|
|
|
|
# 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]
|
|
EnvironmentFile=-/etc/sysconfig/mouse
|
|
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
|
|
StandardOutput=syslog
|
|
Type=forking
|
|
PIDFile=/run/gpm.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|