blob: 61cad7d002778155b208c9b91d175adaf10f01bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
}
|