diff --git a/collabora/rootfs/etc/services.d/collabora/run b/collabora/rootfs/etc/services.d/collabora/run index f7d0b7789..116a0727c 100644 --- a/collabora/rootfs/etc/services.d/collabora/run +++ b/collabora/rootfs/etc/services.d/collabora/run @@ -18,4 +18,4 @@ if bashio::config.has_value 'password'; then fi bashio::log.info "Starting Collabora Online..." -exec s6-setuidgid cool /usr/bin/entrypoint.sh coolwsd +exec su - cool -c "/usr/bin/entrypoint.sh coolwsd"