Skip to content

Commit

Permalink
Update CAR INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady authored Jul 3, 2024
1 parent 55de533 commit e6da1a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CAR INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,9 @@ if test $MODE = RUN ; then
else
# If script execution gets in here, it starts services needed for normal operation.
/bin/systemctl start systemd-timesyncd || :
/bin/systemctl start dhcpcd || /bin/systemctl start NetworkManager || :
/bin/sleep 2 # may be necessary while the network becomes available
/bin/systemctl start systemd-timesyncd || :
fi
Expand Down

0 comments on commit e6da1a1

Please sign in to comment.