aboutsummaryrefslogtreecommitdiffstats
path: root/testing/prometheus-rethinkdb-exporter/prometheus-rethinkdb-exporter.initd
blob: c4d711fbdcfe6418c30b955a44b4bc2a5f84be22 (plain)
1
2
3
4
5
6
7
8
9
#!/sbin/openrc-run

description="Prometheus RethinkDB Exporter"
supervisor=supervise-daemon
command=/usr/bin/prometheus-rethinkdb-exporter

depend() {
    need net
}