summarylogtreecommitdiffstats
path: root/pterodactyl-queue.service
blob: df67bb101423ab70e2cdf1302823365be308b428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Pterodactyl queue service
After=redis.service

[Service]
User=http
Restart=always
ExecStart=/usr/bin/php /usr/share/webapps/pterodactyl/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3
StartLimitInterval=180
StartLimitBurst=30
RestartSec=5s

[Install]
WantedBy=multi-user.target