From 55d67f4799133577c8745c78292c0b8d88319999 Mon Sep 17 00:00:00 2001 From: sixg0000d Date: Thu, 6 Aug 2020 09:40:52 +0800 Subject: [PATCH] Add network-online.target to service (#12) Add network-online.target to service If Firewalld is enabled, Cgproxy should running after the network was up to online to avoid conflict from Firewalld. --- cgproxy.service.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgproxy.service.cmake b/cgproxy.service.cmake index 5bb8026..3dcc3d3 100644 --- a/cgproxy.service.cmake +++ b/cgproxy.service.cmake @@ -1,6 +1,6 @@ [Unit] Description=cgproxy service -After=network.target +After=network.target network-online.target [Service] Type=simple