forked from Spark/ssm-services
8 lines
147 B
Plaintext
Executable File
8 lines
147 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
cfg_ntpd_config='/etc/ntp.conf'
|
|
|
|
service_respawn='true'
|
|
service_command='/bin/ntpd'
|
|
service_args="-c $cfg_ntpd_config -n"
|