]> git.pld-linux.org Git - packages/gpm.git/blob - gpm.service
Drop all Upstart hacks
[packages/gpm.git] / gpm.service
1 [Unit]
2 Description=Console Mouse manager
3 After=syslog.target
4
5 [Service]
6 StandardOutput=syslog
7 Type=forking
8 EnvironmentFile=/etc/sysconfig/mouse
9 ExecStart=/usr/sbin/gpm $GPM_OPTIONS
10 PIDFile=/var/run/gpm.pid
11
12 [Install]
13 WantedBy=multi-user.target
This page took 0.026692 seconds and 3 git commands to generate.