From 8adab9bb7f5cbb80a655443a37ee7d3390f2a877 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 24 Jul 2016 11:51:27 -0400 Subject: force fix ntp --- hosts/profitbricks-build5-amd64/etc/rc.local | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/profitbricks-build5-amd64/etc') diff --git a/hosts/profitbricks-build5-amd64/etc/rc.local b/hosts/profitbricks-build5-amd64/etc/rc.local index 59131fcb..b3a760e4 100755 --- a/hosts/profitbricks-build5-amd64/etc/rc.local +++ b/hosts/profitbricks-build5-amd64/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 -- cgit v1.2.3-54-g00ecf