18 lines
463 B
Markdown
18 lines
463 B
Markdown
|
|
# systemctl thaw
|
||
|
|
|
||
|
|
> 하나 이상의 일시 정지된 유닛을 다시 실행 상태로 복구(Thaw, resume).
|
||
|
|
> 유닛은 `systemctl freeze`로 정지 가능.
|
||
|
|
> 더 많은 정보: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#thaw%20PATTERN%E2%80%A6>.
|
||
|
|
|
||
|
|
- 특정 유닛 재개:
|
||
|
|
|
||
|
|
`systemctl thaw {{유닛}}`
|
||
|
|
|
||
|
|
- 여러 유닛 재개:
|
||
|
|
|
||
|
|
`systemctl thaw {{유닛1 유닛2 ...}}`
|
||
|
|
|
||
|
|
- 현재 정지된 모든 유닛 재개:
|
||
|
|
|
||
|
|
`systemctl thaw '*'`
|