net-misc/bird: Fixing OpenRC init file (--make-pidfile)
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
b7cd481ae7
commit
f8c6fda622
|
@ -8,6 +8,7 @@ extra_started_commands="reload"
|
|||
pidfile="/run/${RC_SVCNAME}.pid"
|
||||
command="/usr/sbin/${RC_SVCNAME}"
|
||||
retry=15
|
||||
start_stop_daemon_args="--make-pidfile"
|
||||
|
||||
CONF_FILE="/etc/${RC_SVCNAME}.conf"
|
||||
SOCK="/run/${RC_SVCNAME}.ctl"
|
||||
|
|
Loading…
Reference in a new issue