SHA256
1
0
forked from pool/quassel

Accepting request 829921 from home:alarrosa:branches:KDE:Extra

- Move quassel.pid from /var/run to /run

OBS-URL: https://build.opensuse.org/request/show/829921
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/quassel?expand=0&rev=89
This commit is contained in:
Christophe Giboudeaux 2020-08-27 15:26:13 +00:00 committed by Git OBS Bridge
parent 288a01b59a
commit 32a6495fd1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 26 06:30:00 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
- Move quassel.pid from /var/run to /run
-------------------------------------------------------------------
Mon Jan 27 10:50:11 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -6,7 +6,7 @@ After=mysql.service
[Service]
EnvironmentFile=-/etc/sysconfig/quasselcore
PIDFile=/var/run/quassel.pid
PIDFile=/run/quassel.pid
User=quasselcore
ExecStart=/usr/bin/quasselcore --listen=${QUASSELCORE_LISTEN} --port=${QUASSELCORE_PORT} --configdir=/var/lib/quasselcore --logfile=/var/log/quassel/quasselcore