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

ensc ensc at fedoraproject.org
Sun Sep 18 11:16:49 UTC 2011


commit 393af75253a60ddc478e1b7a252cef5c9f04d54a
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 6cc271e..10fa2d1 100644
--- a/tor.spec
+++ b/tor.spec
@@ -249,6 +249,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 Jul 28 2011 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.2.1.30-1700
 - added and use systemd macros
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