diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2014-10-08 11:59:46 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2014-10-08 12:44:00 +0200 |
commit | e94937df954451eb4aa63573f0d7404ed2db987e (patch) | |
tree | 9dbafa0dd1e58991e7e761d83480b2f5276d0d28 /man | |
parent | cb87a73b45503eaa6bead291423a529b00d27156 (diff) |
systemctl: add add-wants and add-requires verbs
Diffstat (limited to 'man')
-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> |