Systemctl Freeze - Control Linux Services | Online Free DevTools by Hexmos

Control Linux systemd units and services with Systemctl Freeze. Quickly freeze and thaw units for debugging and maintenance. Free online tool, no registration required.

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 '*'