8 lines
168 B
Plaintext
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}}
|