mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Change when plymouth is dismissed and prevent docker blocking
This commit is contained in:
13
migrations/1752797704.sh
Normal file
13
migrations/1752797704.sh
Normal file
@ -0,0 +1,13 @@
|
||||
echo "Prevent docker from requiring network readiness on boot"
|
||||
sudo tee /etc/systemd/system/docker.service.d/no-block-boot.conf <<'EOF'
|
||||
[Unit]
|
||||
DefaultDependencies=no
|
||||
EOF
|
||||
|
||||
sudo tee /etc/systemd/system/plymouth-quit.service.d/wait-for-graphical.conf <<'EOF'
|
||||
[Unit]
|
||||
After=multi-user.target
|
||||
EOF
|
||||
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl unmask plymouth-quit-wait.service
|
Reference in New Issue
Block a user