summaryrefslogtreecommitdiff
path: root/templates/show/ntp/node.def
blob: 71c88131f5cb1d0c9a7e8e788d8f7736f7bd041b (plain)
1
2
3
4
5
6
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