aports/testing/netdata/netdata.initd
2019-05-27 15:30:57 +00:00

13 lines
261 B
Plaintext

#!/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
}