LegacyTechops/slack/prod/netdata/scripts/postinstall
2020-03-24 14:19:59 -05:00

10 lines
140 B
Bash
Executable File

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