Skip to content
Snippets Groups Projects
Commit c6864f20 authored by Roel van Meer's avatar Roel van Meer Committed by Carsten Schoenert
Browse files

Use correct pidfile paths in sysv init scripts

Closes: #924569
parent 7701ce1b
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ DAGENT=/usr/sbin/kopano-dagent
DESC="kopano LMTP dagent"
NAME=`basename $DAGENT`
#QUIETDAEMON=--quiet
PIDFILE=/var/run/$NAME.pid
PIDFILE=/var/run/kopano/dagent.pid
test -x $DAGENT || exit 0
......
......@@ -18,7 +18,7 @@ GATEWAY=/usr/sbin/kopano-gateway
DESC="Kopano gateway"
NAME=`basename $GATEWAY`
#QUIETDAEMON=--quiet
PIDFILE=/var/run/kopano-gateway.pid
PIDFILE=/var/run/kopano/gateway.pid
test -x $GATEWAY || exit 0
......
......@@ -18,7 +18,7 @@ ICAL=/usr/sbin/kopano-ical
DESC="Kopano ical gateway"
NAME=`basename $ICAL`
#QUIETDAEMON=--quiet
PIDFILE=/var/run/kopano-ical.pid
PIDFILE=/var/run/kopano/ical.pid
test -x $ICAL || exit 0
......
......@@ -18,7 +18,7 @@ MONITOR=/usr/sbin/kopano-monitor
DESC="Kopano monitor"
NAME=`basename $MONITOR`
#QUIETDAEMON=--quiet
PIDFILE=/var/run/kopano-monitor.pid
PIDFILE=/var/run/kopano/monitor.pid
test -x $MONITOR || exit 0
......
......@@ -19,7 +19,7 @@ PRESENCE=/usr/sbin/kopano-presence
DESC="kopano presence daemon"
NAME=`basename $PRESENCE`
#QUIETDAEMON=--quiet
PIDFILE=/var/run/$NAME.pid
PIDFILE=/var/run/kopano/presence.pid
test -x $PRESENCE || exit 0
......
......@@ -18,7 +18,7 @@ SEARCH=/usr/sbin/kopano-search
DESC="Kopano search"
NAME=`basename $SEARCH`
#QUIETDAEMON=--quiet
PIDFILE=/var/run/$NAME.pid
PIDFILE=/var/run/kopano/search.pid
test -x $SEARCH || exit 0
......
......@@ -21,7 +21,7 @@ SERVER=/usr/sbin/kopano-server
DESC="Kopano server"
NAME=`basename $SERVER`
#QUIETDAEMON=--quiet
PIDFILE=/var/run/$NAME.pid
PIDFILE=/var/run/kopano/server.pid
test -x $SERVER || exit 0
......
......@@ -17,7 +17,7 @@ SPAMD=/usr/sbin/kopano-spamd
DESC="Kopano spamd gateway"
NAME=`basename $SPAMD`
#QUIETDAEMON=--quiet
PIDFILE=/var/run/kopano-spamd.pid
PIDFILE=/var/run/kopano/spamd.pid
test -x $SPAMD || exit 0
......
......@@ -19,7 +19,7 @@ SPOOLER=/usr/sbin/kopano-spooler
DESC="Kopano spooler"
NAME=`basename $SPOOLER`
#QUIETDAEMONDAEMON=--quiet
PIDFILE=/var/run/kopano-spooler.pid
PIDFILE=/var/run/kopano/spooler.pid
test -x $SPOOLER || exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment