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
This commit is contained in:
Alan Meadows 2018-04-13 07:38:55 -07:00
parent cc00e3fd92
commit 6d3cd4e6ac
1 changed files with 1 additions and 3 deletions

View File

@ -2,6 +2,4 @@
# This is a stub ntpd process that will simply do nothing
while true; do
sleep 1000
done
exit 0