HEX
Server: Apache
System: Linux volt.webunbounded.cloud 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
User: jengajungleco (1035)
PHP: 8.3.31
Disabled: exec,passthru,shell_exec,system
Upload Files
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