14 lines
221 B
Plaintext
14 lines
221 B
Plaintext
|
#!/sbin/openrc-run
|
||
|
supervisor=supervise-daemon
|
||
|
|
||
|
command="/usr/bin/unbound_exporter"
|
||
|
command_background="yes"
|
||
|
command_user="prometheus:prometheus"
|
||
|
|
||
|
pidfile="/var/run/${SVCNAME}.pid"
|
||
|
|
||
|
depend() {
|
||
|
need net
|
||
|
after firewall
|
||
|
}
|