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 /src/core/special.h | |
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 'src/core/special.h')
-rw-r--r-- | src/core/special.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/special.h b/src/core/special.h index ef72260ecd..626e816922 100644 --- a/src/core/special.h +++ b/src/core/special.h @@ -59,8 +59,6 @@ #define SPECIAL_RPCBIND_TARGET "rpcbind.target" /* LSB's $portmap */ #define SPECIAL_SYSLOG_TARGET "syslog.target" /* LSB's $syslog */ #define SPECIAL_TIME_SYNC_TARGET "time-sync.target" /* LSB's $time */ -#define SPECIAL_DISPLAY_MANAGER_SERVICE "display-manager.service" /* Common extension of LSB */ -#define SPECIAL_MAIL_TRANSFER_AGENT_TARGET "mail-transfer-agent.target" /* Common extension of LSB */ /* * Rules regarding adding further high level targets like the above: |