help: Show peer status of network time daemon
run: if ps -C ntpd &>/dev/null ; then
	ntpdc -n -c peers
     else
	echo NTP daemon disabled
     fi