summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man7/systemd.generator.7
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/opensuse-tumbleweed/man7/systemd.generator.7')
-rw-r--r--upstream/opensuse-tumbleweed/man7/systemd.generator.716
1 files changed, 15 insertions, 1 deletions
diff --git a/upstream/opensuse-tumbleweed/man7/systemd.generator.7 b/upstream/opensuse-tumbleweed/man7/systemd.generator.7
index e2b08e12..3e7f3aaa 100644
--- a/upstream/opensuse-tumbleweed/man7/systemd.generator.7
+++ b/upstream/opensuse-tumbleweed/man7/systemd.generator.7
@@ -1,5 +1,5 @@
'\" t
-.TH "SYSTEMD\&.GENERATOR" "7" "" "systemd 254" "systemd.generator"
+.TH "SYSTEMD\&.GENERATOR" "7" "" "systemd 255" "systemd.generator"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -157,6 +157,8 @@ The service manager sets a number of environment variables when invoking generat
If the generator is invoked from the system service manager this variable is set to
"system"; if invoked from the per\-user service manager it is set to
"user"\&.
+.sp
+Added in version 251\&.
.RE
.PP
\fI$SYSTEMD_IN_INITRD\fR
@@ -164,6 +166,8 @@ If the generator is invoked from the system service manager this variable is set
If the generator is run as part of an initrd this is set to
"1"\&. If it is run from the regular host (i\&.e\&. after the transition from initrd to host) it is set to
"0"\&. This environment variable is only set for system generators\&.
+.sp
+Added in version 251\&.
.RE
.PP
\fI$SYSTEMD_FIRST_BOOT\fR
@@ -174,6 +178,8 @@ If this boot\-up cycle is considered a "first boot", this is set to
\fIConditionFirstBoot=\fR
in
\fBsystemd.unit\fR(5)\&. This environment variable is only set for system generators\&.
+.sp
+Added in version 251\&.
.RE
.PP
\fI$SYSTEMD_VIRTUALIZATION\fR
@@ -186,6 +192,8 @@ or
"container", categorizing the type of virtualization\&. The second string identifies the implementation of the virtualization technology\&. If no virtualization is detected this variable will not be set\&. This data is identical to what
\fBsystemd-detect-virt\fR(1)
detects and reports, and uses the same vocabulary of virtualization implementation identifiers\&.
+.sp
+Added in version 251\&.
.RE
.PP
\fI$SYSTEMD_ARCHITECTURE\fR
@@ -194,6 +202,8 @@ This variable is set to a short identifier of the reported architecture of the s
\fIConditionArchitecture=\fR
in
\fBsystemd.unit\fR(5)\&.
+.sp
+Added in version 251\&.
.RE
.PP
\fI$CREDENTIALS_DIRECTORY\fR, \fI$ENCRYPTED_CREDENTIALS_DIRECTORY\fR
@@ -205,6 +215,8 @@ If set, refers to the directory system credentials have been placed in\&. Creden
command to automatically decrypt/authenticate credentials passed in, if needed\&. Specifically, use the
\fBsystemd\-creds \-\-system cat\fR
command\&.
+.sp
+Added in version 254\&.
.RE
.PP
\fI$SYSTEMD_CONFIDENTIAL_VIRTUALIZATION\fR
@@ -214,6 +226,8 @@ If the service manager is run in a confidential virtualized environment,
is set to a string that identifies the confidential virtualization hardware technology\&. If no confidential virtualization is detected this variable will not be set\&. This data is identical to what
\fBsystemd-detect-virt\fR(1)
detects and reports, and uses the same vocabulary of confidential virtualization technology identifiers\&.
+.sp
+Added in version 254\&.
.RE
.SH "NOTES ABOUT WRITING GENERATORS"
.sp