mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
Lars Wendler
parent
23280f4861
commit
237a9ca4aa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user