1749877696
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
1. `bash reconfig_full.sh ./running-warn-level-conf` (will reboot)
|
1. `bash reconfig_full.sh ./running-warn-level-conf` (will reboot)
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
`stop_clear.sh` stops services, clears logs, cleans up, and pulls from git
|
`uninstall.sh` uninstalls everything
|
||||||
`chrony_statistics.sh` uses the python script chrony_statistics.py and feeds it copies of tracking statistics to calculate offset
|
`chrony_statistics.sh` uses the python script chrony_statistics.py and feeds it copies of tracking statistics to calculate offset
|
||||||
`cleanup.sh` remove old files
|
`cleanup.sh` remove old files
|
||||||
`dump_configs.sh` make a backup of all configs
|
`dump_configs.sh` make a backup of all configs
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
git pull
|
|
||||||
bash services.sh stop
|
|
||||||
bash nuke_logs.sh
|
|
||||||
bash cleanup.sh
|
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
bash services.sh stop
|
||||||
|
bash services disable
|
||||||
|
bash nuke_logs.sh
|
||||||
|
bash cleanup.sh
|
||||||
|
sudo apt purge -y telegraf grafana influxdb gpsd gpsd-clients chrony syslog-ng
|
||||||
|
sudo apt install -y raspi-config
|
||||||
|
cd ~
|
||||||
|
rm -rf ~/Precision-Timekeeping-Fuckery
|
||||||
Reference in New Issue
Block a user