From 1c7c17ea61727eb6af8159bb519beeced1c25eb4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 Mar 2011 05:12:34 +0100 Subject: [PATCH] units: document that some targets exists only for compat with SysV --- units/http-daemon.target | 3 +++ units/mail-transfer-agent.target | 3 +++ units/nss-lookup.target | 3 +++ units/rpcbind.target | 3 +++ units/rtc-set.target | 3 +++ units/syslog.target | 3 +++ 6 files changed, 18 insertions(+) diff --git a/units/http-daemon.target b/units/http-daemon.target index bd7a1ef0d4c..45f10182e9f 100644 --- a/units/http-daemon.target +++ b/units/http-daemon.target @@ -7,5 +7,8 @@ # See systemd.special(7) for details +# This exists mostly for compatibility with SysV/LSB units, and +# implementations lacking socket/bus activation. + [Unit] Description=Web Server diff --git a/units/mail-transfer-agent.target b/units/mail-transfer-agent.target index 2640076d687..ebb1ea125a9 100644 --- a/units/mail-transfer-agent.target +++ b/units/mail-transfer-agent.target @@ -7,5 +7,8 @@ # See systemd.special(7) for details +# This exists mostly for compatibility with SysV/LSB units, and +# implementations lacking socket/bus activation. + [Unit] Description=Mail Transfer Agent diff --git a/units/nss-lookup.target b/units/nss-lookup.target index 3158441b2e2..dc3a06334b9 100644 --- a/units/nss-lookup.target +++ b/units/nss-lookup.target @@ -7,6 +7,9 @@ # See systemd.special(7) for details +# This exists mostly for compatibility with SysV/LSB units, and +# implementations lacking socket/bus activation. + [Unit] Description=Name Lookups Wants=network.target diff --git a/units/rpcbind.target b/units/rpcbind.target index 41eb3a507e1..a5cea8c5767 100644 --- a/units/rpcbind.target +++ b/units/rpcbind.target @@ -7,5 +7,8 @@ # See systemd.special(7) for details +# This exists mostly for compatibility with SysV/LSB units, and +# implementations lacking socket/bus activation. + [Unit] Description=RPC Port Mapper diff --git a/units/rtc-set.target b/units/rtc-set.target index eabdaf45857..df4c40298c0 100644 --- a/units/rtc-set.target +++ b/units/rtc-set.target @@ -7,5 +7,8 @@ # See systemd.special(7) for details +# This exists mostly for compatibility with SysV/LSB units, and +# implementations lacking socket/bus activation. + [Unit] Description=RTC Set diff --git a/units/syslog.target b/units/syslog.target index d5410cf580d..8b1626ed55e 100644 --- a/units/syslog.target +++ b/units/syslog.target @@ -7,5 +7,8 @@ # See systemd.special(7) for details +# This exists mostly for compatibility with SysV/LSB units, and +# implementations lacking socket/bus activation. + [Unit] Description=Syslog -- 2.47.3