8 lines
111 B
Plaintext
Raw Normal View History

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