#!/bin/bash echo "stopping netdata..." service netdata stop echo "starting netdata..." service netdata start echo "netdata file refresh"