diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-18 05:12:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-18 05:12:34 +0100 |
commit | 1c7c17ea61727eb6af8159bb519beeced1c25eb4 (patch) | |
tree | 3fd5cbd74e5539f5151616117ec9f39f2677da20 /units/nss-lookup.target | |
parent | 6699c857a20378e1fd2a33e3e306a96404e7f83d (diff) |
units: document that some targets exists only for compat with SysV
Diffstat (limited to 'units/nss-lookup.target')
-rw-r--r-- | units/nss-lookup.target | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/nss-lookup.target b/units/nss-lookup.target index 3158441b2e..dc3a06334b 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 |