sys-libs/gpm: Avoid legacy path in PIDFile in gpm.service.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Closes: https://bugs.gentoo.org/682092
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2019-03-31 07:55:07 +02:00
committed by Lars Wendler
parent 23280f4861
commit 237a9ca4aa

View File

@@ -6,7 +6,7 @@ After=syslog.target
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
StandardOutput=syslog
Type=forking
PIDFile=/var/run/gpm.pid
PIDFile=/run/gpm.pid
[Install]
WantedBy=multi-user.target