[sniproxy] bring sniproxy up after network is online

Nikos Mavrogiannopoulos nmav at fedoraproject.org
Thu Mar 12 10:51:33 UTC 2015


commit 9965b62420668f6b5d3e1dd0d21f4f93db6bce22
Author: Nikos Mavrogiannopoulos <nmav at redhat.com>
Date:   Thu Mar 12 11:50:28 2015 +0100

    bring sniproxy up after network is online

 sniproxy.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sniproxy.service b/sniproxy.service
index f7cc27a..22f2d7b 100644
--- a/sniproxy.service
+++ b/sniproxy.service
@@ -2,7 +2,7 @@
 Description=Transparent TLS proxy
 Documentation=
 After=syslog.target
-After=network.target
+After=network-online.target
 
 [Service]
 PrivateTmp=true


More information about the scm-commits mailing list