diff options
Diffstat (limited to 'hosts/profitbricks-build2-amd64/etc/rc.local')
-rwxr-xr-x | hosts/profitbricks-build2-amd64/etc/rc.local | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hosts/profitbricks-build2-amd64/etc/rc.local b/hosts/profitbricks-build2-amd64/etc/rc.local index b069e6ba..9493d09d 100755 --- a/hosts/profitbricks-build2-amd64/etc/rc.local +++ b/hosts/profitbricks-build2-amd64/etc/rc.local @@ -13,15 +13,4 @@ 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 |