Files
invoiceninja5_ynh/conf/cron
T
Sebastian Gumprich e1a9f61336 add new cronjobs
2021-08-29 19:34:31 +02:00

3 lines
274 B
Plaintext

* * * * * __APP__ cd __FINALPATH__ && /usr/bin/php__PHPVERSION__ -d register_argc_argv=On artisan schedule:run >> /dev/null 2>&1
* * * * * __APP__ cd __FINALPATH__ && /usr/bin/php__PHPVERSION__ -d register_argc_argv=On artisan queue:work --stop-when-empty >> /dev/null 2>&1