aports/testing/confd/confd.initd
2024-10-02 10:34:51 +00:00

13 lines
173 B
Bash
Executable File

#!/sbin/openrc-run
supervisor=supervise-daemon
command="/usr/bin/confd"
command_background="yes"
pidfile="/var/run/${SVCNAME}.pid"
depend() {
need net
after firewall
}