chore: Add cron service and crontab for Laravel cron jobs

This commit is contained in:
2024-07-03 20:36:21 +02:00
parent e95066416f
commit 13cd0e1ea2
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
* * * * * root /usr/local/bin/php /workspace/artisan schedule:run >> /var/log/cron.log 2>&1