summaryrefslogtreecommitdiffstats
path: root/hosts/profitbricks-build5-amd64
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/profitbricks-build5-amd64')
-rwxr-xr-xhosts/profitbricks-build5-amd64/etc/rc.local2
1 files changed, 2 insertions, 0 deletions
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