2014-08-24 19:18:18 +02:00
<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 19:57:09 -04:00
<title > Maintenance Mode</title>
2014-08-24 19:18:18 +02:00
2018-05-01 19:57:09 -04:00
<para >
You can enter rescue mode by running:
2014-08-24 19:18:18 +02:00
<screen >
2016-06-01 16:23:32 +02:00
# systemctl rescue</screen>
2019-09-18 22:13:35 +02:00
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 19:57:09 -04:00
</para>
2016-06-01 16:23:32 +02:00
</section>