diff options
author | Frederic Crozat <fcrozat@suse.com> | 2011-06-24 15:02:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-27 14:08:16 +0200 |
commit | be394c48a7cb47bf25b367cd26bcbeedda187556 (patch) | |
tree | 07efda412715aa3486e961c6b00e6f1cbbbfbcb9 /man/systemctl.xml | |
parent | 18fa6b2705aaef42041942f47f013e426640b6a4 (diff) |
systemctl: add support for --root for systemctl enable/disable/is-enabled
Add --root=<root> for enable/disable/is-enabled systemctl commands. To
be used for easily enable / disable systemd services for a chroot,
without running systemctl inside chroot.
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 2fd2b7bd78..a3e0a307a8 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -382,6 +382,17 @@ </varlistentry> <varlistentry> + <term><option>--root=</option></term> + + <listitem><para>When used with + <command>enable</command>/ + <command>disable</command>/ + <command>is-enabled</command>, + use alternative root path for systemd + install.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-H</option></term> <term><option>--host</option></term> |