🎨: completely mask stdout/stderr in php webapps’ cron
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s

This commit is contained in:
VC
2025-03-14 11:37:49 +01:00
parent 84b185e63b
commit ad3009d39c
3 changed files with 3 additions and 3 deletions

View File

@@ -5,4 +5,4 @@
user: www-data
name: nextcloud cron
minute: "*/15"
job: "/usr/bin/php -f {{ nextcloud_app_home }}/cron.php > /dev/null"
job: "/usr/bin/php -f {{ nextcloud_app_home }}/cron.php &> /dev/null"