You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not disable cgroupsv2 on Home Assistant installation
As of Home Assistant Supervisor release [2024.12.0](https://github.com/home-assistant/supervisor/releases/tag/2024.12.0), support for CGroup v2 has been added. Since it's my understanding that older version of the installer (1.6.0 currently in the repository) install the latest version of HomeAssistant and its supervisor, we can safely remove this.
This update removes the explicit disabling of `systemd.unified_cgroup_hierarchy=0`, aligning with the switch to cgroupsv2 introduced in installer release [3.0.0](https://github.com/home-assistant/supervised-installer/releases/tag/3.0.0).
0 commit comments