LegacyTechops/slack/prod/netdata/scripts/postinstall

8 lines
111 B
Plaintext
Raw Normal View History

2020-03-08 04:59:23 +00:00
#!/bin/bash
echo "stopping netdata..."
service netdata stop
echo "starting netdata..."
service netdata start