mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
fix: switch base user for nc-cron
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
minute: "0"
|
||||
hour: "0"
|
||||
name: Nextcloud cron-cleanup
|
||||
job: /usr/bin/php -f /var/www/nextcloud/cron.php
|
||||
user: www-data
|
||||
job: /usr/bin/sudo -u www-data /usr/bin/php -f /var/www/nextcloud/cron.php
|
||||
user: root
|
||||
|
||||
Reference in New Issue
Block a user