diff options
author | Thomas Penteker <tek@serverop.de> | 2014-06-25 21:06:39 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2014-06-25 21:06:39 +0200 |
commit | 20cf611c2f24026b8d2063b4431c57aedd445846 (patch) | |
tree | 12c1e4c6bfe45b8a86f4f74a1c5b28806138d534 | |
parent | 612449e22dc77c27c098af283e8330a8a19eb937 (diff) | |
download | contrib-20cf611c2f24026b8d2063b4431c57aedd445846.tar.gz contrib-20cf611c2f24026b8d2063b4431c57aedd445846.tar.xz |
ntp: put ntpd into background to fix offline boots
-rwxr-xr-x | ntp/ntpd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |