Skip to content

Commit

Permalink
don't block boot by waiting for connection
Browse files Browse the repository at this point in the history
  • Loading branch information
ingo committed Oct 6, 2024
1 parent 3df1ab3 commit d462ed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions timelapsepi/src/modules/timelapsepi/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ unpack /filesystem/root /

sudo chmod 644 /etc/systemd/system/timelapse.service
sudo systemctl enable timelapse.service

# Other system setup:
sudo systemctl disable NetworkManager-wait-online.service

0 comments on commit d462ed3

Please sign in to comment.