From 6d3cd4e6ac6405bc62222dcfa39c76a82712d669 Mon Sep 17 00:00:00 2001 From: Alan Meadows Date: Fri, 13 Apr 2018 07:38:55 -0700 Subject: [PATCH] This commit fixes the ntpd stub script for maas. The simpler approach of simply exiting satisfies both maas and systemctl which maas appears to poll. Change-Id: Ibdf8a2efe1120e9fa5d7ef2f2656307d0110d65e --- charts/maas/templates/bin/_ntpd.sh.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/maas/templates/bin/_ntpd.sh.tpl b/charts/maas/templates/bin/_ntpd.sh.tpl index 35292a0..7590a47 100644 --- a/charts/maas/templates/bin/_ntpd.sh.tpl +++ b/charts/maas/templates/bin/_ntpd.sh.tpl @@ -2,6 +2,4 @@ # This is a stub ntpd process that will simply do nothing -while true; do - sleep 1000 -done \ No newline at end of file +exit 0