[munin] Bug 917002: munin-asyncd should wait for munin-node

fenris02 fenris02 at fedoraproject.org
Fri Mar 1 15:15:30 UTC 2013


commit 780a4b706684f18f11ab62d3fbaec60d648f3d48
Author: D. Johnson <fenris02 at fedoraproject.org>
Date:   Fri Mar 1 09:15:03 2013 -0600

    Bug 917002: munin-asyncd should wait for munin-node

 munin-asyncd.service |    3 ++-
 munin.spec           |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/munin-asyncd.service b/munin-asyncd.service
index adfdf55..b3e8a0d 100644
--- a/munin-asyncd.service
+++ b/munin-asyncd.service
@@ -1,7 +1,8 @@
 [Unit]
 Description=Munin Async Server.
 Documentation=man:munin-node
-After=network.target
+Requires=munin-node.service
+After=network.target munin-node.service
 
 [Service]
 Type=forking
diff --git a/munin.spec b/munin.spec
index 3974e94..3d32a62 100644
--- a/munin.spec
+++ b/munin.spec
@@ -696,6 +696,7 @@ exit 0
 * Fri Feb 22 2013 D. Johnson <fenris02 at fedoraproject.org> - 2.0.11.1-2
 - BZ# 913111 Removed R:webserver because it pulls boa .. and no clean way to
   prefer apache.
+- BZ# 917002 munin-asyncd should wait for munin-node
 
 * Sat Feb 09 2013 D. Johnson <fenris02 at fedoraproject.org> - 2.0.11.1-1
 - Upstream version 2.0.11.1


More information about the scm-commits mailing list