Jakub Jirutka 8f704e8ed9 community/jool-tools: joold depends on jool
Actually I'm not entirely sure about this, but it seems so.
2019-11-09 16:07:06 +01:00

16 lines
241 B
Plaintext

#!/sbin/openrc-run
: ${cfgfile:="/etc/jool/$RC_SVCNAME.conf"}
command="/usr/bin/joold"
command_args="$cfgfile"
command_background=yes
pidfile="/run/$RC_SVCNAME.pid"
required_files="$cfgfile"
depend() {
need net jool
after keepalived
}