Skip to content

Commit e6da1a1

Browse files
authored
Update CAR INSTALL.md
1 parent 55de533 commit e6da1a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CAR INSTALL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,9 @@ if test $MODE = RUN ; then
192192
else
193193

194194
# If script execution gets in here, it starts services needed for normal operation.
195-
/bin/systemctl start systemd-timesyncd || :
196195
/bin/systemctl start dhcpcd || /bin/systemctl start NetworkManager || :
196+
/bin/sleep 2 # may be necessary while the network becomes available
197+
/bin/systemctl start systemd-timesyncd || :
197198

198199
fi
199200

0 commit comments

Comments
 (0)