Files
Precision-Timekeeping-Fuckery/restart_services.sh
T
2025-06-03 03:29:35 -06:00

9 lines
321 B
Bash

#!/bin/bash
echo "Restarting Services"
sudo systemctl restart gpsd chrony influxdb telegraf grafana-server syslog-ng
# sudo systemctl restart gpsd
# sudo systemctl restart chrony
# sudo systemctl restart influxdb
# sudo systemctl restart telegraf
# sudo systemctl restart grafana-server
# sudo systemctl restart syslog-ng