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