8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
|
#!/usr/bin/env watchman
|
||
|
|
||
|
cfg_ntpd_config='/etc/ntp.conf'
|
||
|
|
||
|
service_command='/bin/ntpd'
|
||
|
service_pidfile='/run/ntpd.pid'
|
||
|
service_args="-c $cfg_ntpd_config -p $service_pidfile"
|