ntps are different dammit

This commit is contained in:
Jack L. Frost 2014-07-25 09:34:50 +04:00
parent ee684a94bc
commit 18455badb4
2 changed files with 10 additions and 0 deletions

5
init.d/ntp Normal file
View 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
View File

@ -0,0 +1,5 @@
#!/usr/bin/env watchman
service_respawn='true'
service_command='/bin/ntpd'
service_args='-n'