diff options
Diffstat (limited to 'abs/core-testing/runit/runitscripts/services/ntpd')
-rwxr-xr-x | abs/core-testing/runit/runitscripts/services/ntpd/run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core-testing/runit/runitscripts/services/ntpd/run b/abs/core-testing/runit/runitscripts/services/ntpd/run new file mode 100755 index 0000000..97302f1 --- /dev/null +++ b/abs/core-testing/runit/runitscripts/services/ntpd/run @@ -0,0 +1,3 @@ +#!/bin/sh +ntpdate pool.ntp.org +exec ntpd -n -p /var/run/ntpd.pid |