mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 06:14:57 +01:00
12 lines
292 B
Markdown
12 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.
|