aboutsummaryrefslogtreecommitdiffstats
path: root/testing/influxdb/influxdb.initd
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-05-08 18:58:36 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-05-08 18:58:43 +0000
commit11ae2ed9b20cef67fb2437001585d1e901921d32 (patch)
tree79f991245b05bfc86935c27809cbb2449e9fcf86 /testing/influxdb/influxdb.initd
parent08fb3c070346762cc71103e3ffb6ed9811de9514 (diff)
downloadaports-11ae2ed9b20cef67fb2437001585d1e901921d32.tar.bz2
aports-11ae2ed9b20cef67fb2437001585d1e901921d32.tar.xz
testing/influxdb: move to community
Diffstat (limited to 'testing/influxdb/influxdb.initd')
-rw-r--r--testing/influxdb/influxdb.initd16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/influxdb/influxdb.initd b/testing/influxdb/influxdb.initd
deleted file mode 100644
index 491e97d308..0000000000
--- a/testing/influxdb/influxdb.initd
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/sbin/openrc-run
-
-pidfile=/run/influxdb.pid
-start_stop_daemon_args="--user influxdb --stderr /var/log/influxdb/influxdb.log"
-command=/usr/sbin/influxd
-command_args="${EXTRA_OPTS}"
-command_background="yes"
-
-depend() {
- need net
- after firewall
-}
-
-start_pre() {
- checkpath -d -o influxdb:influxdb -m755 /var/lib/influxdb /var/log/influxdb
-}