Question about autoconfig.php

Hello,

we use autoconfig.php to setup the Nextcloud automatically. But not all parameters can be set within this file, for example set ‘memcache.local’ => ‘\OC\Memcache\APCu’.

So, can a script be executed after finishing the above autoconfig.php? Should do something like:

php occ config:system:set memcache.local --type string --value="\OC\Memcache\APCu"

Greetings,
Thomas

P.S.: we use Nextloud 11.0.3 on a Centos 6 VM