File: //etc/systemd/system/vmax-queue.service
[Unit]
Description=VMAX queue worker
After=network.target mariadb.service
Wants=mariadb.service
[Service]
Type=simple
User=pywebunbounde
Group=pywebunbounde
WorkingDirectory=/home/pywebunbounde/public_html
ExecStart=/opt/cpanel/ea-php84/root/usr/bin/php artisan queue:work database --queue=vmax-text,vmax-image,vmax-speech,vmax-video-submit,vmax-video-poll,vmax-video-download,vmax-video-stitch,vmax-render,vmax-publish,default,vmax-ai,vmax-assets --sleep=3 --tries=3 --timeout=3600 --memory=512
ExecStop=/usr/local/bin/php artisan queue:restart
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target