From 6eddfeebdb729038f35de427cc0870ee4d70b24e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 11 Jun 2024 10:41:44 +0200 Subject: [PATCH] man/systemd-soft-reboot.service: upgrade drop-in to unit file for slice Follow-up for d91c7c91bf5de3b12cc2b29dd8b5ad49f29448ef. Closes https://github.com/systemd/systemd/issues/33260. --- man/systemd-soft-reboot.service.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/systemd-soft-reboot.service.xml b/man/systemd-soft-reboot.service.xml index 9b29a5d68a7..34dd5aae9d4 100644 --- a/man/systemd-soft-reboot.service.xml +++ b/man/systemd-soft-reboot.service.xml @@ -122,10 +122,10 @@ Type=oneshot ExecStart=sleep infinity - On top of the above, templated units also need a drop-in configuration file for their - slice, as they are by default ran inside a slice named after the non-templated part of the unit. For - example, for a foo@test.service instance configured with the default slice, a - drop-in system-foo.slice.d/survive.conf is required, with content: + On top of the above, templated units also need a configuration file for their slice, as + they by default use a slice named after the non-templated part of the unit. For example, for a + foo@test.service instance, a system-foo.slice unit may be + added with the following content: [Unit] SurviveFinalKillSignal=yes