c9afdee8d391b8aa82830f785377feaa3956be29
[feed/packages.git] / utils / collectd / files / collectd.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006-2016 OpenWrt.org
3
4 START=80
5 STOP=10
6
7 USE_PROCD=1
8
9 start_service() {
10 procd_open_instance
11 procd_set_param command /usr/sbin/collectd -f
12 procd_close_instance
13 }
14