1
0
mirror of https://github.com/systemd/systemd synced 2025-10-05 19:54:46 +02:00

Compare commits

..

3 Commits

Author SHA1 Message Date
Nick Owens
8acee7c35e docs: fix SurviveFinalKillSignal typo 2025-07-22 18:03:39 +01:00
Luca Boccassi
bfeaefebf2 docs: mention LoaderTpm2ActivePcrBanks in BLI
Follow-up for 6eab4cd44c3c43698dcfc2c3bc8cd31ed610a812
2025-07-22 17:05:21 +02:00
Mike Yuan
8c7dfa0ff4 units/ssh-access.target: enable StopWhenUnneeded=
This combines nicely with the X_SYSTEMD_UNIT_INACTIVE= notification
we send out, to ensure when all sshd units go down the actual
status is always reflected on the target.
2025-07-22 15:01:26 +01:00
3 changed files with 7 additions and 1 deletions

View File

@ -112,6 +112,11 @@ variables. All EFI variables use the vendor UUID
* The EFI variable `LoaderDeviceURL` contains the URL the boot loader was
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`
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

View File

@ -161,7 +161,7 @@ and ensure to set:
DefaultDependencies=no
IgnoreOnIsolate=yes
RefuseManualStop=yes
SurviceFinalKillSignal=yes
SurviveFinalKillSignal=yes
```

View File

@ -10,3 +10,4 @@
[Unit]
Description=SSH Access Available
Documentation=man:systemd.special(7)
StopWhenUnneeded=yes