diff options
Diffstat (limited to 'hosts/profitbricks-build6-amd64/etc/rc.local')
-rwxr-xr-x | hosts/profitbricks-build6-amd64/etc/rc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/profitbricks-build6-amd64/etc/rc.local b/hosts/profitbricks-build6-amd64/etc/rc.local index b069e6ba..e8721439 100755 --- a/hosts/profitbricks-build6-amd64/etc/rc.local +++ b/hosts/profitbricks-build6-amd64/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 |