queue-worker.service.j2 307 B

123456789101112131415
  1. [Unit]
  2. Description=Mint {{ action }} worker for {{ inventory_hostname }}
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. ExecStart=/usr/bin/php artisan mq:{{ action }}
  7. WorkingDirectory={{ app_deploy_target }}/mint
  8. User=www-data
  9. Group=www-data
  10. Restart=always
  11. RestartSec=30s
  12. [Install]
  13. WantedBy=multi-user.target