🎨: completely mask stdout/stderr in php webapps’ cron
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
name: firefly-iii-cron
|
||||
minute: 0
|
||||
hour: 3
|
||||
job: "/usr/bin/php {{ firefly3_app_home }}/artisan firefly-iii:cron > /dev/null"
|
||||
job: "/usr/bin/php {{ firefly3_app_home }}/artisan firefly-iii:cron &> /dev/null"
|
||||
|
@@ -5,4 +5,4 @@
|
||||
user: www-data
|
||||
name: freshrss-cron
|
||||
minute: "*/5"
|
||||
job: "/usr/bin/php {{ freshrss_app_home }}/app/actualize_script.php > /dev/null"
|
||||
job: "/usr/bin/php {{ freshrss_app_home }}/app/actualize_script.php &> /dev/null"
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user