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/http-daemon.target | |
parent | 6699c857a20378e1fd2a33e3e306a96404e7f83d (diff) |
units: document that some targets exists only for compat with SysV
Diffstat (limited to 'units/http-daemon.target')
-rw-r--r-- | units/http-daemon.target | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/http-daemon.target b/units/http-daemon.target index bd7a1ef0d4..45f10182e9 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 |