24084945c8
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gpm#f86b58f6b8f54c831869db2ec688790e257c87db
16 lines
399 B
Desktop File
16 lines
399 B
Desktop File
[Unit]
|
|
Description=Console Mouse manager
|
|
ConditionVirtualization=!container
|
|
|
|
# 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
|
|
Type=forking
|
|
PIDFile=/run/gpm.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|