mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 02:51:11 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/linux/systemctl-freeze
Normal file
22
tldr/linux/systemctl-freeze
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemctl freeze
|
||||
|
||||
> Freeze one or more units.
|
||||
> Frozen units can be resumed with `systemctl thaw`.
|
||||
> More information: <https://www.freedesktop.org/software/systemd/man/latest/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 '*'`
|
||||
Reference in New Issue
Block a user