From 721997c5cd4a52f29bfa3e3bb883802faeaf8be0 Mon Sep 17 00:00:00 2001 From: gyurix Date: Sun, 25 May 2025 12:21:38 +0200 Subject: [PATCH] Remove user specification from nextcloud service configuration --- nextcloud/service-nextcloud.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/service-nextcloud.json b/nextcloud/service-nextcloud.json index 35d3d69..3ec06fb 100644 --- a/nextcloud/service-nextcloud.json +++ b/nextcloud/service-nextcloud.json @@ -170,7 +170,7 @@ "ENV_FILES": [ "/etc/user/secret/nextcloud/nextcloud.json" ], - "EXTRA": "--user www-data --restart always", + "EXTRA": "--restart always", "DEPEND": "null", "START_ON_BOOT": "false", "CMD": "null",