mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
* 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
390 B
390 B
systemctl thaw
Thaw (resume) one or more frozen units. Units can be frozen with
systemctl freeze. More information: https://www.freedesktop.org/software/systemd/man/systemctl.html#thaw%20PATTERN%E2%80%A6.
- Thaw a specific unit:
systemctl thaw {{unit}}
- Thaw multiple units:
systemctl thaw {{unit1 unit2 ...}}
- Thaw all currently frozen units:
systemctl thaw '*'