diff options
Diffstat (limited to 'hosts/profitbricks-build6-i386/etc')
-rwxr-xr-x | hosts/profitbricks-build6-i386/etc/rc.local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/profitbricks-build6-i386/etc/rc.local b/hosts/profitbricks-build6-i386/etc/rc.local index 59131fcb..b3a760e4 100755 --- a/hosts/profitbricks-build6-i386/etc/rc.local +++ b/hosts/profitbricks-build6-i386/etc/rc.local @@ -13,6 +13,8 @@ echo "$(date -u) - system was rebooted" | mail -s "$(hostname -f) rebooted" root +# stop ntp +service ntp stop || true # disable systemd date services (and don't fail if systemd ain't running) systemctl disable systemd-timesyncd systemctl disable systemd-timedated |