scheduler.service.j2 205 B

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