diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/ntp/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/ntp/node.def b/templates/show/ntp/node.def index 539f220..71c8813 100644 --- a/templates/show/ntp/node.def +++ b/templates/show/ntp/node.def @@ -1,5 +1,5 @@ help: Show peer status of network time daemon -run: if ps -C &>/dev/null ; then +run: if ps -C ntpd &>/dev/null ; then ntpdc -n -c peers else echo NTP daemon disabled |