From 95a1ab0a456577b0f5607845381dd49bb1a0a68e Mon Sep 17 00:00:00 2001 From: Superpiffer Date: Thu, 4 Apr 2019 10:33:21 +0200 Subject: [PATCH] Fix network not available on boot --- system.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.service b/system.service index 8201718..f2089b4 100644 --- a/system.service +++ b/system.service @@ -1,6 +1,6 @@ [Unit] Description=The Lounge IRC client -After=network.target +After=network-online.target [Service] User=thelounge