Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
11 lines
292 B
Markdown
11 lines
292 B
Markdown
# Maintenance Mode {#sec-maintenance-mode}
|
|
|
|
You can enter rescue mode by running:
|
|
|
|
```ShellSession
|
|
# systemctl rescue
|
|
```
|
|
|
|
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.
|