diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2011-07-13 14:13:31 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-07-31 01:29:40 +0200 |
commit | 5c315b4f2a43b1a8e1951d83dd326d2a8c615922 (patch) | |
tree | 3c3fee0c1d9a4d97d08007577e027c87cf6ffe0e | |
parent | 2cc58876202b06fabcdb1b0ab1cf7beb1945a3f3 (diff) |
doc: clarification in system.unit man page
-rw-r--r-- | man/systemd.unit.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 3b3a9f3ca5..da2dba52b3 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -363,7 +363,15 @@ <varname>Requires=</varname> in order to achieve a system that is more robust when dealing with failing - services.</para></listitem> + services.</para> + + <para>Note that dependencies of this + type may also be configured outside of + the unit configuration file by + adding a symlink to a + <filename>.requires/</filename> directory + accompanying the unit file. For + details see above.</para></listitem> </varlistentry> <varlistentry> @@ -415,7 +423,9 @@ the transaction as a whole. This is the recommended way to hook start-up of one unit to the start-up of another - unit. Note that dependencies of this + unit.</para> + + <para>Note that dependencies of this type may also be configured outside of the unit configuration file by adding a symlink to a |