man/systemd-soft-reboot.service: upgrade drop-in to unit file for slice
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 11 Jun 2024 08:41:44 +0000 (10:41 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 11 Jun 2024 09:36:50 +0000 (10:36 +0100)
Follow-up for d91c7c91bf5de3b12cc2b29dd8b5ad49f29448ef.
Closes https://github.com/systemd/systemd/issues/33260.

man/systemd-soft-reboot.service.xml

index 9b29a5d68a7e9f674899cc6468ba02ccb9483592..34dd5aae9d42847c4e3ee094864d3b31fc771e93 100644 (file)
@@ -122,10 +122,10 @@ Type=oneshot
 ExecStart=sleep infinity</programlisting>
       </listitem>
 
-      <listitem><para>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 <filename>foo@test.service</filename> instance configured with the default slice, a
-      drop-in <filename>system-foo.slice.d/survive.conf</filename> is required, with content:</para>
+      <listitem><para>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
+      <filename>foo@test.service</filename> instance, a <filename>system-foo.slice</filename> unit may be
+      added with the following content:</para>
 
       <programlisting>[Unit]
 SurviveFinalKillSignal=yes