diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-10-19 21:33:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-19 21:33:32 +0200 |
commit | e6fa8681dcc67cec5ef81da01088e13168cbac42 (patch) | |
tree | 25bcc1f06d9891658673d983b921e1274d794685 /man | |
parent | 88a00ac517f282a0efa61c629031cacb38437855 (diff) | |
parent | 59108fbecb831664cb968ad04acb77c55a756eb1 (diff) | |
download | systemd-e6fa8681dcc67cec5ef81da01088e13168cbac42.tar.gz systemd-e6fa8681dcc67cec5ef81da01088e13168cbac42.tar.bz2 systemd-e6fa8681dcc67cec5ef81da01088e13168cbac42.zip |
Merge pull request #4390 from keszybz/install-specifiers
Various install-related tweaks
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index b51badf7fe..75885bcf02 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -544,8 +544,10 @@ <listitem> <para>When used with <command>enable</command>/<command>disable</command>/<command>is-enabled</command> - (and related commands), use an alternate root path when - looking for unit files.</para> + (and related commands), use the specified root path when looking for unit + files. If this option is present, <command>systemctl</command> will operate on + the file system directly, instead of communicating with the <command>systemd</command> + daemon to carry out changes.</para> </listitem> </varlistentry> |