diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-leap-15-6/man8/systemd-debug-generator.8 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man8/systemd-debug-generator.8')
-rw-r--r-- | upstream/opensuse-leap-15-6/man8/systemd-debug-generator.8 | 81 |
1 files changed, 81 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man8/systemd-debug-generator.8 b/upstream/opensuse-leap-15-6/man8/systemd-debug-generator.8 new file mode 100644 index 00000000..f5e8d603 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man8/systemd-debug-generator.8 @@ -0,0 +1,81 @@ +'\" t +.TH "SYSTEMD\-DEBUG\-GENERATOR" "8" "" "systemd 254" "systemd-debug-generator" +.\" ----------------------------------------------------------------- +.\" * Define some portability stuff +.\" ----------------------------------------------------------------- +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.\" http://bugs.debian.org/507673 +.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html +.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.ie \n(.g .ds Aq \(aq +.el .ds Aq ' +.\" ----------------------------------------------------------------- +.\" * set default formatting +.\" ----------------------------------------------------------------- +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.\" ----------------------------------------------------------------- +.\" * MAIN CONTENT STARTS HERE * +.\" ----------------------------------------------------------------- +.SH "NAME" +systemd-debug-generator \- Generator for enabling a runtime debug shell and masking specific units at boot +.SH "SYNOPSIS" +.PP +/usr/lib/systemd/system\-generators/systemd\-debug\-generator +.SH "DESCRIPTION" +.PP +systemd\-debug\-generator +is a generator that reads the kernel command line and understands three options: +.PP +If the +\fBsystemd\&.mask=\fR +or +\fBrd\&.systemd\&.mask=\fR +option is specified and followed by a unit name, this unit is masked for the runtime (i\&.e\&. for this session \(em from boot to shutdown), similarly to the effect of +\fBsystemctl\fR(1)\*(Aqs +\fBmask\fR +command\&. This is useful to boot with certain units removed from the initial boot transaction for debugging system startup\&. May be specified more than once\&. +\fBrd\&.systemd\&.mask=\fR +is honored only by initial RAM disk (initrd) while +\fBsystemd\&.mask=\fR +is honored only in the main system\&. +.PP +If the +\fBsystemd\&.wants=\fR +or +\fBrd\&.systemd\&.wants=\fR +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 or more additional units at boot\&. May be specified more than once\&. +\fBrd\&.systemd\&.wants=\fR +is honored only by initial RAM disk (initrd) while +\fBsystemd\&.wants=\fR +is honored only in the main system\&. +.PP +If the +\fBsystemd\&.debug_shell\fR +or +\fBrd\&.systemd\&.debug_shell\fR +option is specified, the debug shell service +"debug\-shell\&.service" +is pulled into the boot transaction and a debug shell will be spawned during early boot\&. By default, +/dev/tty9 +is used, but a specific tty can also be set, either with or without the +/dev/ +prefix\&. Note that the shell may also be turned on persistently by enabling it with +\fBsystemctl\fR(1)\*(Aqs +\fBenable\fR +command\&. +\fBrd\&.systemd\&.debug_shell=\fR +is honored only by initial RAM disk (initrd) while +\fBsystemd\&.debug_shell\fR +is honored only in the main system\&. +.PP +systemd\-debug\-generator +implements +\fBsystemd.generator\fR(7)\&. +.SH "SEE ALSO" +.PP +\fBsystemd\fR(1), +\fBsystemctl\fR(1), +\fBkernel-command-line\fR(7) |