maas/charts/maas/templates/bin/_ntpd.sh.tpl
Alan Meadows 6d3cd4e6ac 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
2018-04-13 07:38:55 -07:00

6 lines
77 B
Smarty

#!/bin/sh
# This is a stub ntpd process that will simply do nothing
exit 0