diff options
Diffstat (limited to 'testing/netdata/netdata.initd')
| -rw-r--r-- | testing/netdata/netdata.initd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/netdata/netdata.initd b/testing/netdata/netdata.initd new file mode 100644 index 0000000000..61cad7d002 --- /dev/null +++ b/testing/netdata/netdata.initd @@ -0,0 +1,12 @@ +#!/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 +} |
