Start NWC after the network is actually online

currently we start it too early
This commit is contained in:
Michael Bumann 2024-05-15 09:34:21 +03:00 committed by GitHub
parent 8c66e2fa5a
commit cafcdc1010
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,8 @@ rm nostr-wallet-connect.zip
sudo tee -a /etc/systemd/system/albyhub.service > /dev/null << EOF
[Unit]
Description=Alby Hub
After=network.target
After=network-online.target
Wants=network-online.target
[Service]
Type=simple