#!/bin/sh /etc/rc.common START=99 start() { service_start /usr/sbin/netdata } stop() { service_stop /usr/sbin/netdata }