http://www.freedesktop.org/wiki/Software/systemd/syslog/ https://fedorahosted.org/fpc/ticket/177#comment:2 http://lists.opensuse.org/archive/opensuse-packaging/2013-05/msg00102.html Let me know if you'd like me to push and build this for devel.
Created attachment 852411 [details] Don't order service after syslog.target.
Ville, No do not touch the mdadm repo, thanks. Harald, This was your recommendation - I don't remember the details why we needed it. Do you remember, can you comment? Jes
syslog.target is deprecated commit 4b7b2efb69943aae0f8287df6e28b637c50fe318 Author: Lennart Poettering <lennart> Date: Wed Aug 31 01:35:43 2011 +0200 man: don't recommend After=syslog.target anymore since we don't support non-socket-activatable syslogs anymore where that was ncessary commit 5d4caf565471ff3401bd9b53aa814c8545a18a93 Author: Lennart Poettering <lennart> Date: Wed Jan 16 21:09:03 2013 +0100 service: ignore dependencies on $syslog and $local_fs in LSB scripts We no longer allow early-boot init scripts, however in late boot the syslog socket and local mounts are established anyway, so let's simplify our dep graph a bit. If $syslog doesn't resolve to syslog.target anymore there's no reason to keep syslog.target around anymore. Let's remove it. Note that many 3rd party service unit files order themselves after syslog.target. These will be dangling dependencies now, which should be unproblematic, however.
Fix has been out in the field for over 5 months - closing