From 24d68bfd402e2071402332fa61ed564a196c7cd4 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Mon, 23 Feb 2015 07:31:21 +0100 Subject: CentOS7 systemd: use /run/wallaced as location for the pid file (#4673) instead of a mix of /var/run/wallaced and /run/wallaced --- wallace/wallace.systemd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wallace/wallace.systemd') 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 -- cgit v1.1