Skip to content

Commit

Permalink
Update jamulus-headless.service
Browse files Browse the repository at this point in the history
Reorders service init to wait for network interface to be configured before starting service.
  • Loading branch information
rdica authored Dec 12, 2024
1 parent 828db7e commit 1711e93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linux/debian/jamulus-headless.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[Unit]
Description=Jamulus headless server
After=network.target
After=network-online.target
Wants=network-online.target
StartLimitIntervalSec=0

[Service]
Expand Down

0 comments on commit 1711e93

Please sign in to comment.