2
0

scheduler.service.j2 239 B

12345678
  1. [Unit]
  2. Description=Mint scheduler for {{ app_deploy_env }}
  3. [Service]
  4. Type=simple
  5. User=www-data
  6. Group=www-data
  7. ExecStart=cd {{ app_deploy_root }}/htdocs && /usr/bin/php artisan schedule:run >> {{ app_deploy_root }}/logs/scheduler.log 2>&1