mirror of
https://github.com/systemd/systemd
synced 2025-10-05 19:54:46 +02:00
Compare commits
3 Commits
72775b7c89
...
8acee7c35e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8acee7c35e | ||
![]() |
bfeaefebf2 | ||
![]() |
8c7dfa0ff4 |
@ -112,6 +112,11 @@ variables. All EFI variables use the vendor UUID
|
|||||||
* The EFI variable `LoaderDeviceURL` contains the URL the boot loader was
|
* The EFI variable `LoaderDeviceURL` contains the URL the boot loader was
|
||||||
downloaded from, in UTF-16 format. Only set in case of network boots.
|
downloaded from, in UTF-16 format. Only set in case of network boots.
|
||||||
|
|
||||||
|
* The EFI variable `LoaderTpm2ActivePcrBanks` contains a hexadecimal string
|
||||||
|
representation of a bitmask with values defined by the TCG EFI Protocol
|
||||||
|
Specification for TPM 2.0 as EFI_TCG2_BOOT_HASH_ALG_*. If no TPM2 support or
|
||||||
|
no active banks were detected, will be set to `0`.
|
||||||
|
|
||||||
If `LoaderTimeInitUSec` and `LoaderTimeExecUSec` are set, `systemd-analyze`
|
If `LoaderTimeInitUSec` and `LoaderTimeExecUSec` are set, `systemd-analyze`
|
||||||
will include them in its boot-time analysis. If `LoaderDevicePartUUID` is set,
|
will include them in its boot-time analysis. If `LoaderDevicePartUUID` is set,
|
||||||
systemd will mount the ESP that was used for the boot to `/boot`, but only if
|
systemd will mount the ESP that was used for the boot to `/boot`, but only if
|
||||||
|
@ -161,7 +161,7 @@ and ensure to set:
|
|||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
IgnoreOnIsolate=yes
|
IgnoreOnIsolate=yes
|
||||||
RefuseManualStop=yes
|
RefuseManualStop=yes
|
||||||
SurviceFinalKillSignal=yes
|
SurviveFinalKillSignal=yes
|
||||||
…
|
…
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -10,3 +10,4 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=SSH Access Available
|
Description=SSH Access Available
|
||||||
Documentation=man:systemd.special(7)
|
Documentation=man:systemd.special(7)
|
||||||
|
StopWhenUnneeded=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user