diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-03-31 07:55:07 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-02 08:50:42 +0200 |
commit | 237a9ca4aa1c01d61b73df7f5c2fb28f4a0ee595 (patch) | |
tree | b441edd5866ebde4b52a26a9714d3c5113a2049b /sys-libs/gpm | |
parent | x11-themes/QGnomePlatform: Drop old (diff) | |
download | gentoo-237a9ca4aa1c01d61b73df7f5c2fb28f4a0ee595.tar.gz gentoo-237a9ca4aa1c01d61b73df7f5c2fb28f4a0ee595.tar.bz2 gentoo-237a9ca4aa1c01d61b73df7f5c2fb28f4a0ee595.zip |
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>
Diffstat (limited to 'sys-libs/gpm')
-rw-r--r-- | sys-libs/gpm/files/gpm.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/gpm/files/gpm.service b/sys-libs/gpm/files/gpm.service index 966ad80060fe..b241b2e14cdd 100644 --- a/sys-libs/gpm/files/gpm.service +++ b/sys-libs/gpm/files/gpm.service @@ -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 |