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/debian-bookworm/man8/systemd-network-generator.service.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/debian-bookworm/man8/systemd-network-generator.service.8')
-rw-r--r-- | upstream/debian-bookworm/man8/systemd-network-generator.service.8 | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man8/systemd-network-generator.service.8 b/upstream/debian-bookworm/man8/systemd-network-generator.service.8 new file mode 100644 index 00000000..b222327f --- /dev/null +++ b/upstream/debian-bookworm/man8/systemd-network-generator.service.8 @@ -0,0 +1,85 @@ +'\" t +.TH "SYSTEMD\-NETWORK\-GENERATOR\&.SERVICE" "8" "" "systemd 254" "systemd-network-generator.service" +.\" ----------------------------------------------------------------- +.\" * 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-network-generator.service, systemd-network-generator \- Generate network configuration from the kernel command line +.SH "SYNOPSIS" +.PP +systemd\-network\-generator\&.service +.PP +/lib/systemd/systemd\-network\-generator +.SH "DESCRIPTION" +.PP +systemd\-network\-generator\&.service +is a system service that translates +\fIip=\fR +and the related settings on the kernel command line (see below) into +\fBsystemd.network\fR(5), +\fBsystemd.netdev\fR(5), and +\fBsystemd.link\fR(5) +configuration files understood by +\fBsystemd-networkd.service\fR(8) +and +\fBsystemd-udevd.service\fR(8)\&. +.PP +Files are generated in +/run/systemd/network/\&. +.PP +Note: despite the name, this generator executes as a normal systemd service and is +\fInot\fR +an implementation of the +\fBsystemd.generator\fR(7) +concept\&. +.SH "KERNEL COMMAND LINE OPTIONS" +.PP +This tool understands the following options: +.PP +\fIip=\fR, \fIrd\&.route=\fR, \fIrd\&.peerdns=\fR +.RS 4 +\(em translated into +\fBsystemd.network\fR(5) +files\&. +.RE +.PP +\fIifname=\fR, \fInet\&.ifname\-policy=\fR +.RS 4 +\(em translated into +\fBsystemd.link\fR(5) +files\&. +.RE +.PP +\fIvlan=\fR, \fIbond=\fR, \fIbridge=\fR, \fIbootdev=\fR +.RS 4 +\(em translated into +\fBsystemd.netdev\fR(5) +files\&. +.RE +.PP +See +\fBdracut.cmdline\fR(7) +and +\fBsystemd-udevd.service\fR(8) +for option syntax and details\&. +.SH "SEE ALSO" +.PP +\fBsystemd\fR(1), +\fBsystemd-networkd.service\fR(8), +\fBdracut\fR(8) |