Commit cd6c94f
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).1 parent bc5e3ee commit cd6c94f
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments