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 - 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 - 1.8.5-3 - Store PID before daemonizing (bug #811997)