diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-16 21:59:31 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-16 21:59:31 +0100 |
commit | e67c3609b18ab09499b361e18addfcfdec853fdd (patch) | |
tree | f7c3a73f95535ce06507cbfbbff5572b7464ef17 /man/systemctl.xml | |
parent | 30732560c415f52d2a58fc8fab10b602a40c7274 (diff) |
systemctl: introduce --ignore-dependencies
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index c45b11a510..d37a7d95dc 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -159,6 +159,21 @@ </varlistentry> <varlistentry> + <term><option>--ignore-dependencies</option></term> + + <listitem><para>When enqueuing a new + job ignore all its dependencies and + execute it immediately. If passed no + required units of the unit passed will + be pulled in, and no ordering + dependencies will be honoured. This is + mostly a debugging and rescue tool for + the administrator and should not be + used by + applications.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--quiet</option></term> <term><option>-q</option></term> |