chiark / gitweb /
mount/service: drop FsckPassNo support
[elogind.git] / man / systemd-halt.service.xml
index ab20f2be45d9690fa5349edeff8db92e1ecc0f40..812281e60d5e0cb2e006b70bfe13b680fecc1c7e 100644 (file)
@@ -76,7 +76,7 @@
 
                 <para>When these services are run they ensure that PID
                 1 is replaced by the
-                <filename>/usr/lib/systemd/system-shutdown</filename>
+                <filename>/usr/lib/systemd/systemd-shutdown</filename>
                 tool which is then responsible for the actual
                 shutdown. Before shutting down this binary will try to
                 unmount all remaining file systems, disable all
 
                 <para>Immediately before executing the actual system
                 halt/poweroff/reboot/kexec
-                <filename>system-shutdown</filename> will run all
+                <filename>systemd-shutdown</filename> will run all
                 executables in
                 <filename>/usr/lib/systemd/system-shutdown/</filename>
                 and pass one arguments to them: either
-                "<literal>halt</literal>",
-                "<literal>poweroff</literal>",
-                "<literal>reboot</literal>" or
-                "<literal>kexec</literal>", depending on the chosen
+                <literal>halt</literal>,
+                <literal>poweroff</literal>,
+                <literal>reboot</literal> or
+                <literal>kexec</literal>, depending on the chosen
                 action. All executables in this directory are executed
                 in parallel, and execution of the action is not
                 continued before all executables finished.</para>
                 <filename>systemd-halt.service</filename> (and the
                 related units) should never be executed
                 directly. Instead, trigger system shutdown with a
-                command such as "<literal>systemctl halt</literal>" or
+                command such as <literal>systemctl halt</literal> or
                 suchlike.</para>
         </refsect1>