1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 12:15:22 +03:00
aports/community/confd/confd.initd
2024-11-30 16:53:39 +00:00

12 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
}