LegacyTechops/slack/prod/netdata/scripts/postinstall

10 lines
140 B
Plaintext
Raw Normal View History

2020-03-08 04:59:23 +00:00
#!/bin/bash
2020-03-24 19:19:59 +00:00
echo "stopping netdata..."
service netdata stop
2020-03-08 04:59:23 +00:00
2020-03-24 19:19:59 +00:00
echo "starting netdata..."
service netdata start
2020-03-08 13:36:28 +00:00
echo "netdata file refresh"