Skip to content

Commit

Permalink
Adjust systemd dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pljones committed Oct 11, 2023
1 parent f4cb1d7 commit 30f78cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
Description=Jamulus Server %i
Documentation=http://jamulus.drealm.info/jamulus
Documentation=https://jamulus.io/wiki/Server-Troubleshooting
After=local-fs.target remote-fs.target swap.target
Before=network-online.target
Wants=network-online.target
#After=network.target
#Before=network-online.target
#Wants=network-online.target
After=systemd-networkd-wait-online.service
Wants=systemd-networkd-wait-online.service

[Install]
WantedBy=multi-user.target
Expand Down

0 comments on commit 30f78cc

Please sign in to comment.