aports/openrc/babeld/runfile

8 lines
168 B
Plaintext
Raw Normal View History

2021-02-08 16:38:22 +00:00
#!/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}}