aports/openrc/fastd/runfile

13 lines
238 B
Plaintext

#!/sbin/openrc-run
: ${FASTD_CONF:=/etc/fastd/fastd.conf}
pidfile="/run/${RC_SVCNAME}.pid"
command=/usr/bin/fastd
command_args="--daemon --pid-file $pidfile --config $FASTD_CONF"
depend() {
need net
after firewall syslog yggdrasil
}