ntps are different dammit
This commit is contained in:
parent
ee684a94bc
commit
18455badb4
5
init.d/ntp
Normal file
5
init.d/ntp
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env watchman
|
||||||
|
|
||||||
|
service_respawn='true'
|
||||||
|
service_command='/bin/ntpd'
|
||||||
|
service_args='-d'
|
5
init.d/openntpd
Executable file
5
init.d/openntpd
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/env watchman
|
||||||
|
|
||||||
|
service_respawn='true'
|
||||||
|
service_command='/bin/ntpd'
|
||||||
|
service_args='-n'
|
Loading…
Reference in New Issue
Block a user