commands.sh

systemctl freeze

linux

Freeze one or more units. Frozen units can be resumed with `systemctl thaw`.

More info →

Examples (3)

Freeze a specific unit

Freeze multiple units

systemctl freeze unit1 unit2 ...

Freeze all running units

made by @shridhargupta | data from tldr-pages