mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 02:49:20 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/linux/systemctl-thaw
Normal file
22
tldr/linux/systemctl-thaw
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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/latest/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 '*'`
|
||||
Reference in New Issue
Block a user