diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-06-11 10:41:44 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-06-11 11:36:50 +0200 |
commit | 6eddfeebdb729038f35de427cc0870ee4d70b24e (patch) | |
tree | 6ee9c164e73cc0c160edf510f1525d5888d8d524 /man | |
parent | shell-completion: update bash completion for networkctl (diff) | |
download | systemd-6eddfeebdb729038f35de427cc0870ee4d70b24e.tar.xz systemd-6eddfeebdb729038f35de427cc0870ee4d70b24e.zip |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-soft-reboot.service.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-soft-reboot.service.xml b/man/systemd-soft-reboot.service.xml index 9b29a5d68a..34dd5aae9d 100644 --- a/man/systemd-soft-reboot.service.xml +++ b/man/systemd-soft-reboot.service.xml @@ -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 |