summaryrefslogtreecommitdiffstats
path: root/hosts/wbq0-armhf-rb/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/wbq0-armhf-rb/etc/rc.local')
-rwxr-xr-xhosts/wbq0-armhf-rb/etc/rc.local11
1 files changed, 11 insertions, 0 deletions
diff --git a/hosts/wbq0-armhf-rb/etc/rc.local b/hosts/wbq0-armhf-rb/etc/rc.local
index 9493d09d..b069e6ba 100755
--- a/hosts/wbq0-armhf-rb/etc/rc.local
+++ b/hosts/wbq0-armhf-rb/etc/rc.local
@@ -13,4 +13,15 @@
echo "$(date) - system was rebooted" | mail -s "$(hostname -f) rebooted" root
+# disable running in the future for now
+exit 0
+
+systemctl disable systemd-timesyncd
+systemctl disable systemd-timedated
+systemctl stop systemd-timesyncd
+systemctl stop systemd-timedated
+ntpdate -b de.pool.ntp.org
+date --set="+400 days"
+echo "$(date) - system is running in the future now" | mail -s "$(hostname -f) in the future" root
+
exit 0