Jack 1124d76045
Some checks failed
Build and push image / Build (push) Failing after 35s
removed ARM images (unused), Migrated php-2.2 CLI crons to the FPM image
2024-11-12 14:08:09 +00:00

20 lines
517 B
Desktop File

# Pterodactyl Queue Worker File
# ----------------------------------
[Unit]
Description=Pterodactyl Queue Worker
After=redis-server.service
[Service]
# On some systems the user and group might be different.
# Some systems use `apache` or `nginx` as the user and group.
User=www-data
Group=www-data
Restart=always
ExecStart=/usr/bin/php /var/www/pterodactyl/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3
StartLimitInterval=180
StartLimitBurst=30
RestartSec=5s
[Install]
WantedBy=multi-user.target