]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update CAR INSTALL.md
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Wed, 3 Jul 2024 19:13:30 +0000 (20:13 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 19:13:30 +0000 (20:13 +0100)
CAR INSTALL.md

index 29f6fd6f58c035280c9c4332cdee547b72d0f040..cfbc1558c69974dfca48f818d58dca6ee2a31340 100644 (file)
@@ -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