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