]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: mention that systemctl --root=/ operates on the fs directly
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 16 Oct 2016 23:44:40 +0000 (19:44 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 17 Oct 2016 06:26:42 +0000 (02:26 -0400)
man/systemctl.xml

index b51badf7fe9794bd04559f64c0a419664a3a3cd5..75885bcf02ce10a182b4218e097f82ac30844bb6 100644 (file)
         <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>