diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-21 15:27:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-21 15:27:26 +0200 |
commit | 78d54bd42b87818f5d0ef862d247f9db4844fadd (patch) | |
tree | b5237b55c3f4e0cd2bfd2c9e606cb0cc94c9bd70 /man/systemd.unit.xml | |
parent | 6ccf7562da826fd82a25aacfbe193691180649d0 (diff) |
unit: introduce RequiredBy= setting in [Install], to complement WantedBy=
Diffstat (limited to 'man/systemd.unit.xml')
-rw-r--r-- | man/systemd.unit.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index dbc5fedea9..c0da6523c4 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -951,9 +951,11 @@ <varlistentry> <term><varname>WantedBy=</varname></term> + <term><varname>RequiredBy=</varname></term> <listitem><para>Installs a symlink in the <filename>.wants/</filename> + resp. <filename>.requires/</filename> subdirectory for a unit. This has the effect that when the listed unit name is activated the unit listing it is |