forked from Spark/ssm-services
init
This commit is contained in:
7
init.d/ntpd
Executable file
7
init.d/ntpd
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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"
|
Reference in New Issue
Block a user