nixpkgs/nixos/doc/manual/administration/maintenance-mode.xml

17 lines
541 B
XML
Raw Normal View History

<section xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.0"
xml:id="sec-maintenance-mode">
2018-05-01 23:57:09 +00:00
<title>Maintenance Mode</title>
2018-05-01 23:57:09 +00:00
<para>
You can enter rescue mode by running:
<screen>
<prompt># </prompt>systemctl rescue</screen>
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.
2018-05-01 23:57:09 +00:00
</para>
</section>