LegacyTechops/slack/prod/netdata/scripts/postinstall
2020-03-07 23:59:23 -05:00

8 lines
111 B
Bash
Executable File

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