This repository has been archived on 2026-09-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
KNELLegacyTechops/slack/prod/netdata/scripts/postinstall
T
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