diff options
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index b28a3b7e8a..b2aa17f22b 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1098,6 +1098,25 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service </varlistentry> <varlistentry> + <term><command>add-wants <replaceable>TARGET</replaceable> + <replaceable>NAME</replaceable>...</command></term> + <term><command>add-requires <replaceable>TARGET</replaceable> + <replaceable>NAME</replaceable>...</command></term> + + <listitem> + <para>Adds <literal>Wants=</literal> resp. <literal>Requires=</literal> + dependency to the specified <replaceable>TARGET</replaceable> for + one or more units. </para> + + <para>This command honors <option>--system</option>, + <option>--user</option>, <option>--runtime</option> and + <option>--global</option> in a similar way as + <command>enable</command>.</para> + + </listitem> + </varlistentry> + + <varlistentry> <term><command>link <replaceable>FILENAME</replaceable>...</command></term> <listitem> |