diff options
author | TBK <tbk@jjtc.eu> | 2020-03-03 12:47:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-04 10:15:01 -0300 |
commit | 6280f0cb291d19427bccc8d2e3ead57b89d8a503 (patch) | |
tree | 0fabaa40a6f44b1e314c76f8c07ce4deeecc87fc /testing/prometheus-rethinkdb-exporter/prometheus-rethinkdb-exporter.initd | |
parent | 0ca4839f2b9f3663c46b65bd2dc8a34b57b48cd1 (diff) | |
download | aports-6280f0cb291d19427bccc8d2e3ead57b89d8a503.tar.bz2 aports-6280f0cb291d19427bccc8d2e3ead57b89d8a503.tar.xz |
testing/prometheus-rethinkdb-exporter: new aport
Diffstat (limited to 'testing/prometheus-rethinkdb-exporter/prometheus-rethinkdb-exporter.initd')
-rw-r--r-- | testing/prometheus-rethinkdb-exporter/prometheus-rethinkdb-exporter.initd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/prometheus-rethinkdb-exporter/prometheus-rethinkdb-exporter.initd b/testing/prometheus-rethinkdb-exporter/prometheus-rethinkdb-exporter.initd new file mode 100644 index 0000000000..c4d711fbdc --- /dev/null +++ b/testing/prometheus-rethinkdb-exporter/prometheus-rethinkdb-exporter.initd @@ -0,0 +1,9 @@ +#!/sbin/openrc-run + +description="Prometheus RethinkDB Exporter" +supervisor=supervise-daemon +command=/usr/bin/prometheus-rethinkdb-exporter + +depend() { + need net +} |