2025-12-16 10:20:31 -07:00
|
|
|
# systemctl freeze
|
|
|
|
|
|
|
|
|
|
> Congela una o más unidades.
|
|
|
|
|
> Las unidades congeladas se pueden reanudar con `systemctl thaw`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Más información: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#freeze%20PATTERN%E2%80%A6>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Congela una unidad específica:
|
|
|
|
|
|
|
|
|
|
`systemctl freeze {{unidad}}`
|
|
|
|
|
|
|
|
|
|
- Congela múltiples unidades:
|
|
|
|
|
|
|
|
|
|
`systemctl freeze {{unidad1 unidad2 ...}}`
|
|
|
|
|
|
|
|
|
|
- Congela todas las unidades en ejecución:
|
|
|
|
|
|
|
|
|
|
`systemctl freeze '*'`
|