Update nextcloud service configuration to run as www-data user

This commit is contained in:
gyurix
2025-05-25 22:09:18 +02:00
parent 721997c5cd
commit bac395cdce

View File

@@ -170,7 +170,7 @@
"ENV_FILES": [
"/etc/user/secret/nextcloud/nextcloud.json"
],
"EXTRA": "--restart always",
"EXTRA": "--user www-data --restart always",
"DEPEND": "null",
"START_ON_BOOT": "false",
"CMD": "null",