[radvd] Start service independently on network state

Petr Pisar ppisar at fedoraproject.org
Wed May 23 08:33:12 UTC 2012


commit 87fbf047f59df04976af393d98160417cc0d8f6a
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed May 23 09:58:14 2012 +0200

    Start service independently on network state

 radvd.service |    2 --
 radvd.spec    |    6 +++++-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/radvd.service b/radvd.service
index e576c2e..15aeee6 100644
--- a/radvd.service
+++ b/radvd.service
@@ -1,12 +1,10 @@
 [Unit]
 Description=Router advertisement daemon for IPv6
-Requires=network.target
 After=network.target
 
 [Service]
 EnvironmentFile=/etc/sysconfig/radvd
 ExecStart=/usr/sbin/radvd $OPTIONS
-StandardOutput=syslog
 Type=forking
 PIDFile=/var/run/radvd/radvd.pid
 
diff --git a/radvd.spec b/radvd.spec
index 5b8a7ab..026b0ea 100644
--- a/radvd.spec
+++ b/radvd.spec
@@ -1,7 +1,7 @@
 Summary:    A Router Advertisement daemon
 Name:       radvd
 Version:    1.8.5
-Release:    3%{?dist}
+Release:    4%{?dist}
 # The code includes the advertising clause, so it's GPL-incompatible
 License:    BSD with advertising
 Group:      System Environment/Daemons
@@ -112,6 +112,10 @@ exit 0
 %{_sbindir}/radvdump
 
 %changelog
+* Wed May 23 2012 Petr Pisar <ppisar at redhat.com> - 1.8.5-4
+- Start service independently on network state (bug #824205)
+- Do not force systemd logging to syslog (bug #824205)
+
 * Thu Apr 12 2012 Petr Pisar <ppisar at redhat.com> - 1.8.5-3
 - Store PID before daemonizing (bug #811997)
 


More information about the scm-commits mailing list