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