scheduler.service.j2 201 B

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