search for: dovecot_pidfil

Displaying 1 result from an estimated 1 matches for "dovecot_pidfil".

Did you mean: dovecot_pidfile
2014 Jan 06
2
inotify max_user instances
...t -c ${DOVECOT_CONF} > -a | grep '^base_dir = ' | sed 's/^base_dir = //') > else > eerror "dovecot not executable" > return 1 > fi > DOVECOT_BASEDIR=${DOVECOT_BASEDIR:-/var/run/dovecot} > DOVECOT_PIDFILE=${DOVECOT_BASEDIR}/master.pid > } > > start() { > checkconfig || return 1 > ebegin "Starting ${SVCNAME}" > start-stop-daemon --start --exec /usr/sbin/dovecot \ > --pidfile "${DOVECOT_PIDFILE}" -- -c "${DOVECOT_CO...