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