diff options
Diffstat (limited to 'man/systemd-debug-generator.xml')
-rw-r--r-- | man/systemd-debug-generator.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/systemd-debug-generator.xml b/man/systemd-debug-generator.xml index 50287d0112..a64edeffd8 100644 --- a/man/systemd-debug-generator.xml +++ b/man/systemd-debug-generator.xml @@ -53,7 +53,8 @@ <title>Description</title> <para><filename>systemd-debug-generator</filename> is - a generator that reads the kernel command line and understands two options:</para> + a generator that reads the kernel command line and + understands three options:</para> <para>If the <option>systemd.mask=</option> option is specified and followed by a unit name this unit is @@ -61,7 +62,14 @@ <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s <command>mask</command> command. This is useful to boot with certain units removed from the initial boot - transaction for debugging system startup.</para> + transaction for debugging system startup. May be + specified more than once.</para> + + <para>If the <option>systemd.wants=</option> option is + specified and followed by a unit name a start job for + this unit is added to the initial transaction. This is + useful to start one ore more additional units at + boot. May be specified more than once.</para> <para>If the <option>systemd.debug-shell</option> option is specified the debug shell service |