aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gpm/gpm/gpm.service.in
blob: 5a6cadeb4e88f584d018c57b3cfb2e5ec47b69f4 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Virtual console mouse server

[Service]
Type=forking
ExecStart=@bindir@/gpm -m /dev/input/mice -t imps2
PIDFile=/run/gpm.pid

[Install]
WantedBy=multi-user.target