nextcloud: Use correct user for AppAPI handlers
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
- name: Unregister AppAPI daemon
|
||||
containers.podman.podman_container_exec:
|
||||
name: nextcloud
|
||||
user: www-data
|
||||
argv:
|
||||
- /var/www/html/occ
|
||||
- app_api:daemon:unregister
|
||||
@@ -14,6 +15,7 @@
|
||||
- name: Register AppAPI daemon
|
||||
containers.podman.podman_container_exec:
|
||||
name: nextcloud
|
||||
user: www-data
|
||||
argv:
|
||||
- /bin/sh
|
||||
- -c
|
||||
|
||||
Reference in New Issue
Block a user