diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-06 03:46:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-06 03:46:31 +0200 |
commit | 59a3e1bc46819d69df6353a86aa0e796cd821024 (patch) | |
tree | af431d2c8d0a40c56e2405cf599f6c5bb591359b /man/systemd.service.xml | |
parent | 99ffae46d38f05b6c8bc09fe29e50a507ae8b79b (diff) |
man: more blurbs
Diffstat (limited to 'man/systemd.service.xml')
-rw-r--r-- | man/systemd.service.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 91d6d09409..008ebd752e 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -88,6 +88,14 @@ system shutdown. Only services involved with early boot or late system shutdown should disable this option.</para> + + <para>If a service is requested under a certain name + but no unit configuration file is found, systemd looks + for a SysV init script by the same name (with the + <filename>.service</filename> suffix removed) and + dynamically creates a service unit from that + script. This is useful for compatibility with + SysV.</para> </refsect1> <refsect1> |