Skip to content

Commit

Permalink
Fix network not available on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Superpiffer authored Apr 4, 2019
1 parent 96220bd commit 95a1ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system.service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Unit]
Description=The Lounge IRC client
After=network.target
After=network-online.target

[Service]
User=thelounge
Expand Down

1 comment on commit 95a1ab0

@brunnre8
Copy link
Member

@brunnre8 brunnre8 commented on 95a1ab0 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm torn on that one...
A it doesn't work for everyone (-online.target needs to be set up by some other unit which decides what "online" means)

B it can delay the boot

You could always just create an override

Please sign in to comment.