python310Packages.pydeconz: 104 -> 105
[NixPkgs.git] / nixos / doc / manual / administration / maintenance-mode.section.md
blob0aec013c0a9b1834fa8f91001cb033826e7ee6a9
1 # Maintenance Mode {#sec-maintenance-mode}
3 You can enter rescue mode by running:
5 ```ShellSession
6 # systemctl rescue
7 ```
9 This will eventually give you a single-user root shell. Systemd will
10 stop (almost) all system services. To get out of maintenance mode, just
11 exit from the rescue shell.