mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:06:51 +08:00
21bce13ee3
* Update systemctl-cat.md, systemctl-edit.md, systemctl-mask.md, systemctl-stop.md, systemctl-thaw.md, systemctl-start.md, systemctl-freeze.md, systemctl-status.md, systemctl-unmask.md, systemctl-whoami.md, systemctl-restart.md, systemctl-suspend.md
389 B
389 B
systemctl freeze
Freeze one or more units. Frozen units can be resumed with
systemctl thaw. More information: https://www.freedesktop.org/software/systemd/man/systemctl.html#freeze%20PATTERN%E2%80%A6.
- Freeze a specific unit:
systemctl freeze {{unit}}
- Freeze multiple units:
systemctl freeze {{unit1 unit2 ...}}
- Freeze all running units:
systemctl freeze '*'