diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-01-16 21:09:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-01-16 21:34:09 +0100 |
commit | 5d4caf565471ff3401bd9b53aa814c8545a18a93 (patch) | |
tree | 1e6dc444c24402a81d1d895a9698b80ae110e6a0 /man/systemd.special.xml | |
parent | a485210ce73fe1186fdc5fae481dc31773e14b3c (diff) |
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.
Diffstat (limited to 'man/systemd.special.xml')
-rw-r--r-- | man/systemd.special.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 81374c2ade..6acba91428 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -93,7 +93,6 @@ <filename>swap.target</filename>, <filename>sysinit.target</filename>, <filename>syslog.socket</filename>, - <filename>syslog.target</filename>, <filename>system-update.target</filename>, <filename>time-sync.target</filename>, <filename>umount.target</filename></para> @@ -335,15 +334,6 @@ <option>auto</option> and <option>comment=systemd.mount</option> mount options set.</para> - - <para>systemd automatically - adds dependencies of type - After for this target unit to - all SysV init script service - units with an LSB header - referring to the - <literal>$local_fs</literal> - facility.</para> </listitem> </varlistentry> <varlistentry> @@ -680,19 +670,6 @@ </listitem> </varlistentry> <varlistentry> - <term><filename>syslog.target</filename></term> - <listitem> - <para>systemd automatically - adds dependencies of type - After for this target unit to - all SysV init script service - units with an LSB header - referring to the - <literal>$syslog</literal> - facility.</para> - </listitem> - </varlistentry> - <varlistentry> <term><filename>system-update.target</filename></term> <listitem> <para>A special target unit |