maas/charts/maas/templates/bin/_ntpd.sh.tpl

7 lines
102 B
Smarty

#!/bin/sh
# This is a stub ntpd process that will simply do nothing
while true; do
sleep 1000
done