Don't order services after syslog.target.
https://bugzilla.redhat.com/show_bug.cgi?id=1055203
This commit is contained in:
parent
3fda9852b3
commit
fbf0c95569
@ -3,7 +3,7 @@
|
||||
Summary: Network monitoring tools including ping
|
||||
Name: iputils
|
||||
Version: 20121221
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
# some parts are under the original BSD (ping.c)
|
||||
# some are under GPLv2+ (tracepath.c)
|
||||
License: BSD and GPLv2+
|
||||
@ -177,6 +177,9 @@ mv -f RELNOTES.tmp RELNOTES
|
||||
%attr(644,root,root) %{_mandir}/man8/ninfod.8.gz
|
||||
|
||||
%changelog
|
||||
* Sun Jan 19 2014 Ville Skyttä <ville.skytta@iki.fi> - 20121221-6
|
||||
- Don't order services after syslog.target.
|
||||
|
||||
* Thu Oct 31 2013 Jan Synáček <jsynacek@redhat.com> - 20121221-5
|
||||
- Harden the package even more (full RELRO)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Node Information Query Daemon
|
||||
After=syslog.target network.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=rdisc daemon which discovers routers on the local subnet
|
||||
After=syslog.target network.target
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
Loading…
Reference in New Issue
Block a user