mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
14 lines
483 B
XML
14 lines
483 B
XML
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sec-maintenance-mode">
|
|
<title>Maintenance Mode</title>
|
|
<para>
|
|
You can enter rescue mode by running:
|
|
</para>
|
|
<programlisting>
|
|
# systemctl rescue
|
|
</programlisting>
|
|
<para>
|
|
This will eventually give you a single-user root shell. Systemd will
|
|
stop (almost) all system services. To get out of maintenance mode,
|
|
just exit from the rescue shell.
|
|
</para>
|
|
</section>
|