From fe6b8dad12a663ee3574e1b41c643776e3a872f0 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sat, 8 Apr 2023 13:33:34 +0200 Subject: [PATCH] Silent cron as per documentation --- conf/cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cron b/conf/cron index 597d231..a5f4c63 100644 --- a/conf/cron +++ b/conf/cron @@ -1 +1 @@ -* * * * * __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/artisan schedule:run \ No newline at end of file +* * * * * __APP__ /usr/bin/php__PHPVERSION__ __INSTALL_DIR__/artisan schedule:run >> /dev/null 2>&1 \ No newline at end of file