add php8.2

This commit is contained in:
Jack
2024-07-15 11:24:09 +01:00
parent 96851e9a34
commit 7727a0b4ef
7 changed files with 54 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
# 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