diff options
author | Timotheus Pokorra <tp@tbits.net> | 2015-02-23 07:31:21 +0100 |
---|---|---|
committer | Timotheus Pokorra <timotheus.pokorra@solidcharity.com> | 2015-02-23 07:33:20 +0100 |
commit | 24d68bfd402e2071402332fa61ed564a196c7cd4 (patch) | |
tree | 6b9b1f7aff4b7b2b46452e011af274dc305d4f2d /wallace/wallace.systemd | |
parent | 710478e89f4f65190a2fd13912ece4884beb3c71 (diff) | |
download | pykolab-24d68bfd402e2071402332fa61ed564a196c7cd4.tar.gz |
CentOS7 systemd: use /run/wallaced as location for the pid file (#4673) instead of a mix of /var/run/wallaced and /run/wallaced
Diffstat (limited to 'wallace/wallace.systemd')
-rw-r--r-- | wallace/wallace.systemd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wallace/wallace.systemd b/wallace/wallace.systemd index 38a6604..c033269 100644 --- a/wallace/wallace.systemd +++ b/wallace/wallace.systemd @@ -4,11 +4,11 @@ After=syslog.target network.target [Service] Type=forking -PIDFile=/var/run/wallaced/wallaced.pid +PIDFile=/run/wallaced/wallaced.pid User=kolab Group=kolab EnvironmentFile=/etc/sysconfig/wallace -ExecStart=/usr/sbin/wallaced $FLAGS +ExecStart=/usr/sbin/wallaced $FLAGS --pid-file /run/wallaced/wallaced.pid ExecReload=/bin/kill -HUP $MAINPID ExecStop=/bin/kill -TERM $MAINPID |