further improve openrc init script

This commit is contained in:
2021-03-10 12:12:57 +01:00
parent d17679a389
commit fdba57e1e1

View File

@@ -7,9 +7,9 @@ pidfile="/run/${RC_SVCNAME}.pid"
command="/usr/bin/pymodmilter" command="/usr/bin/pymodmilter"
command_args="${milter_opts}" command_args="${milter_opts}"
command_background=true command_background=true
start_stop_daemon_args="--user ${user}" command_user="${user}"
extra_commands="configtest" extra_commands="configtest"
start_stop_daemon_args="--wait 500"
depend() { depend() {
need net need net