Nextcloud container won't start

Thanks to @vpeter who suggested how to fix this:

mount -o remount,rw /flash  # This is needed if you have CE
                            # installed on the EMMC
vi /flash/config.ini

Then add the line

coreelec='quiet systemd.unified_cgroup_hierarchy=0'

at the end of the file, save it, and reboot.

1 Like