[tor/f16] systemd: start after network and nss-looup is up

ensc ensc at fedoraproject.org
Sun Sep 18 11:22:39 UTC 2011


commit 3d04bbebcdb3cccc7aeb44fdddc091cd5bef097c
Author: Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de>
Date:   Thu Jul 28 21:00:55 2011 +0200

    systemd: start after network and nss-looup is up

 tor.spec            |    1 +
 tor.systemd.service |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/tor.spec b/tor.spec
index 7f4b490..b0ecb91 100644
--- a/tor.spec
+++ b/tor.spec
@@ -244,6 +244,7 @@ rm -rf $RPM_BUILD_ROOT
 - removed -doc subpackage because shipped files are not available
   anymore
 - ship torify files only in torify subpackage; not in main one
+- start systemd service after nss-lookup.target (#719476)
 
 * Thu Mar 17 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.2.1.30-1601
 - made EnvironmentFile in systemd definition optional
diff --git a/tor.systemd.service b/tor.systemd.service
index 9ae0c07..eb94a22 100644
--- a/tor.systemd.service
+++ b/tor.systemd.service
@@ -1,6 +1,6 @@
 [Unit]
 Description = Anonymizing overlay network for TCP
-After = syslog.target
+After = syslog.target network.target nss-lookup.target
 
 [Service]
 Environment = TOR_SHUTDOWN_WAIT=30


More information about the scm-commits mailing list