aboutsummaryrefslogtreecommitdiffstats
path: root/testing/netdata/netdata.initd
diff options
context:
space:
mode:
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
-}