From 0929d5a8d063b90ec1e2d95236502c18c5e0787d Mon Sep 17 00:00:00 2001 From: denghy Date: Wed, 16 Jan 2019 11:32:57 +0800 Subject: [PATCH] crontab --- etc/crontab | 1 + 1 file changed, 1 insertion(+) create mode 100644 etc/crontab diff --git a/etc/crontab b/etc/crontab new file mode 100644 index 00000000..5d552bc0 --- /dev/null +++ b/etc/crontab @@ -0,0 +1 @@ +* * * * * www /usr/local/php/bin/php /www/vd/artisan schedule:run >> /dev/null 2>&1