mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 12:15:22 +03:00
12 lines
173 B
Bash
Executable file
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
|
|
}
|