From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 3 Jul 2024 19:13:30 +0000 (+0100) Subject: Update CAR INSTALL.md X-Git-Tag: 4.3.4~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6da1a1db3663ab3cd47a49bf1d2cbf328334ce8;p=thirdparty%2Fshairport-sync.git Update CAR INSTALL.md --- diff --git a/CAR INSTALL.md b/CAR INSTALL.md index 29f6fd6f..cfbc1558 100644 --- a/CAR INSTALL.md +++ b/CAR INSTALL.md @@ -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