mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
Start NWC after the network is actually online
currently we start it too early
This commit is contained in:
parent
8c66e2fa5a
commit
cafcdc1010
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue