summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2014-06-25 21:06:39 +0200
committerThomas Penteker <tek@serverop.de>2014-06-25 21:06:39 +0200
commit20cf611c2f24026b8d2063b4431c57aedd445846 (patch)
tree12c1e4c6bfe45b8a86f4f74a1c5b28806138d534
parent612449e22dc77c27c098af283e8330a8a19eb937 (diff)
downloadcontrib-20cf611c2f24026b8d2063b4431c57aedd445846.tar.gz
contrib-20cf611c2f24026b8d2063b4431c57aedd445846.tar.xz
ntp: put ntpd into background to fix offline boots
-rwxr-xr-xntp/ntpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/ntp/ntpd b/ntp/ntpd
index 3480defb6..c19db18a1 100755
--- a/ntp/ntpd
+++ b/ntp/ntpd
@@ -5,8 +5,8 @@
case $1 in
start)
- /usr/bin/ntpd -u ntp:ntp -gqx
- /usr/bin/ntpd -u ntp:ntp
+ (/usr/bin/ntpd -u ntp:ntp -gqx
+ /usr/bin/ntpd -u ntp:ntp) &
;;
stop)
/sbin/hwclock -w

Generated by cgit