aports/openrc/babeld/runfile
2021-02-08 16:38:22 +00:00

8 lines
168 B
Plaintext

#!/sbin/openrc-run
: ${BABELD_CONF:=/etc/babeld.conf}
pidfile="/run/${RC_SVCNAME}.pid"
command=/usr/bin/babeld
: ${command_args:=-r -I $pidfile -D -c ${BABELD_CONF}}