2013-09-28 23:32:39 +00:00
|
|
|
#!/usr/bin/env watchman
|
|
|
|
|
|
|
|
cfg_ntpd_config='/etc/ntp.conf'
|
|
|
|
|
2014-07-03 07:05:52 +00:00
|
|
|
service_respawn='true'
|
2013-09-28 23:32:39 +00:00
|
|
|
service_command='/bin/ntpd'
|
2014-07-03 07:05:52 +00:00
|
|
|
service_args="-c $cfg_ntpd_config -n"
|