aboutsummaryrefslogtreecommitdiffstats
path: root/testing/netdata/netdata.initd
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-25 20:24:07 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-26 18:21:30 +0000
commit8f241cee7b7eb039037329bb29644e5aec47c70a (patch)
tree6d886469132a70222c69ba2a6c94f8aec3c2bdc5 /testing/netdata/netdata.initd
parentaa6446420b2bc2c40d9d01165b66dd27d0ec3bb9 (diff)
downloadaports-8f241cee7b7eb039037329bb29644e5aec47c70a.tar.bz2
aports-8f241cee7b7eb039037329bb29644e5aec47c70a.tar.xz
unmaintained/netdata: move from testing
Closes GH-8077
Diffstat (limited to 'testing/netdata/netdata.initd')
-rw-r--r--testing/netdata/netdata.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/netdata/netdata.initd b/testing/netdata/netdata.initd
deleted file mode 100644
index 61cad7d002..0000000000
--- a/testing/netdata/netdata.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-
-command=/usr/sbin/netdata
-pidfile=/run/netdata.pid
-command_args="-P ${pidfile}"
-name="netdata"
-description="Real-time performance monitoring"
-
-depend() {
- need net
- after apache2 squid nginx mysql named opensips hostapd postfix lm_sensors
-}