diff options
author | Kay Sievers <kay@vrfy.org> | 2013-01-16 03:46:38 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-01-16 04:26:49 +0100 |
commit | 3f141375cb4ff4f850b267258e776c90df594990 (patch) | |
tree | f412fdd3978498c751f5be2220c16ec343fcc1e6 /man | |
parent | 0c08f5cde749bd2818475e487109cd0d413452df (diff) |
service: sysv - remove distribution specific targets
Systemd should not introduce any new facilities. Distributions which still
need to support their non-standard/legacy facilities should add them as
patches to their packaging.
The following facilities are no longer recognized:
$x-display-manager
$mail-transfer-agent
$mail-transport-agent
$mail-transfer-agent
$smtp
$null
This target is no longer available:
mail-transfer-agent.target
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.special.xml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 35c5a28a1b..fc625db80d 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -68,7 +68,6 @@ <filename>kexec.target</filename>, <filename>local-fs.target</filename>, <filename>local-fs-pre.target</filename>, - <filename>mail-transfer-agent.target</filename>, <filename>multi-user.target</filename>, <filename>network.target</filename>, <filename>nss-lookup.target</filename>, @@ -214,14 +213,6 @@ <filename>gdm.service</filename> or a similar display manager service.</para> - <para>systemd automatically - adds dependencies of type - After for this target unit to - all SysV init script service - units with a LSB header - referring to the - <literal>$x-display-manager</literal> - facility.</para> </listitem> </varlistentry> <varlistentry> @@ -368,25 +359,6 @@ </listitem> </varlistentry> <varlistentry> - <term><filename>mail-transfer-agent.target</filename></term> - <listitem> - <para>The mail transfer agent - (MTA) service. Usually this - should pull-in all units - necessary for - sending/receiving mails on the - local host.</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>$mail-transfer-agent</literal>.</para> - </listitem> - </varlistentry> - <varlistentry> <term><filename>multi-user.target</filename></term> <listitem> <para>A special target unit |