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 /units | |
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 'units')
-rw-r--r-- | units/mail-transfer-agent.target | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/units/mail-transfer-agent.target b/units/mail-transfer-agent.target deleted file mode 100644 index d2f24d15b9..0000000000 --- a/units/mail-transfer-agent.target +++ /dev/null @@ -1,13 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -# This exists mostly for compatibility with SysV/LSB units, and -# implementations lacking socket/bus activation. - -[Unit] -Description=Mail Transfer Agent -Documentation=man:systemd.special(7) |