diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-03-18 03:32:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-18 04:53:12 +0100 |
commit | 0732ec002ea941f32e8def518150d2b6423315e3 (patch) | |
tree | 3b76b6aa0539d9e482c5ca9c73e457f758fd7d3a /man | |
parent | 177b3ffedbfc1aea839324edeb1f35a1a754ef5b (diff) |
man: document .requires/ directories
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 54903fb52f..2ae986ad04 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -139,7 +139,10 @@ with the <command>enable</command> command of the <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry> tool which reads information from the [Install] - section of unit files. (See below.)</para> + section of unit files. (See below.) A similar + functionality exists for <varname>Requires=</varname> + type dependencies as well, the directory suffix is + <filename>.requires/</filename> in this case.</para> <para>Note that while systemd offers a flexible dependency system between units it is recommended to |