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