- Add support for passing PID file name on command line to make it easier to keep system init and daemon configuration in sync.
This commit is contained in:
@@ -7,7 +7,7 @@ required_files="${CONFFILE}"
|
||||
|
||||
command="/usr/local/bin/dkimpy-milter"
|
||||
pidfile="/run/dkimpy-milter/${RC_SVCNAME}.pid"
|
||||
command_args="-P ${pidfile} ${CONFFILE}"
|
||||
command_args="${CONFFILE} -P ${pidfile}"
|
||||
|
||||
depend() {
|
||||
use dns logger net
|
||||
|
||||
Reference in New Issue
Block a user