|
|
@ -181,6 +181,7 @@ RestartSec=10 |
|
|
|
WantedBy=multi-user.target" | sudo tee "/etc/systemd/system/umbrel-startup.service" |
|
|
|
sudo chmod 644 "/etc/systemd/system/umbrel-startup.service" |
|
|
|
sudo systemctl enable "umbrel-startup.service" |
|
|
|
echo "Starting Umbrel, this may take a while..." |
|
|
|
sudo systemctl start "umbrel-startup.service" |
|
|
|
sudo journalctl --output cat --no-pager --unit "umbrel-startup.service" |
|
|
|
} |
|
|
|