testan a reboold

This commit is contained in:
2025-10-14 03:02:32 -06:00
parent 5a4feaa8bc
commit 01438f9301
3 changed files with 28 additions and 17 deletions
+7 -7
View File
@@ -19,19 +19,19 @@ bash ./reconfig_full.sh ./info-level-conf-huawaii
# enable services
echo "Enabling Services..."
echo -e "\tEnabling gpsd on boot"
sudo systemctl enable gpsd 1>/dev/null
sudo systemctl enable gpsd
echo -e "\tEnabling chrony on boot"
sudo systemctl enable chrony 1>/dev/null
sudo systemctl enable chrony
echo -e "\tEnabling influxdb on boot"
sudo systemctl enable influxdb 1>/dev/null
sudo systemctl enable influxdb
echo -e "\tEnabling telegraf on boot"
sudo systemctl enable telegraf 1>/dev/null
sudo systemctl enable telegraf
echo -e "\tEnabling chrony on boot"
sudo systemctl enable grafana-server 1>/dev/null
sudo systemctl enable grafana-server
echo -e "\tEnabling syslog-ng on boot"
sudo systemctl enable syslog-ng 1>/dev/null
sudo systemctl enable syslog-ng
echo -e "\tEnabling logrotate on boot"
sudo systemctl enable logrotate 1>/dev/null
sudo systemctl enable logrotate
echo "done!" > /home/$username/Precision-Timekeeping-Fuckery/status.txt