Start service independently on network state
This commit is contained in:
parent
2cea95d3e9
commit
87fbf047f5
@ -1,12 +1,10 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Router advertisement daemon for IPv6
|
Description=Router advertisement daemon for IPv6
|
||||||
Requires=network.target
|
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=/etc/sysconfig/radvd
|
EnvironmentFile=/etc/sysconfig/radvd
|
||||||
ExecStart=/usr/sbin/radvd $OPTIONS
|
ExecStart=/usr/sbin/radvd $OPTIONS
|
||||||
StandardOutput=syslog
|
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/radvd/radvd.pid
|
PIDFile=/var/run/radvd/radvd.pid
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A Router Advertisement daemon
|
Summary: A Router Advertisement daemon
|
||||||
Name: radvd
|
Name: radvd
|
||||||
Version: 1.8.5
|
Version: 1.8.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
# The code includes the advertising clause, so it's GPL-incompatible
|
# The code includes the advertising clause, so it's GPL-incompatible
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -112,6 +112,10 @@ exit 0
|
|||||||
%{_sbindir}/radvdump
|
%{_sbindir}/radvdump
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 23 2012 Petr Pisar <ppisar@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@redhat.com> - 1.8.5-3
|
* Thu Apr 12 2012 Petr Pisar <ppisar@redhat.com> - 1.8.5-3
|
||||||
- Store PID before daemonizing (bug #811997)
|
- Store PID before daemonizing (bug #811997)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user