add /bin/php

This commit is contained in:
zackartz 2024-05-03 18:35:16 -04:00
parent 6baf4af337
commit b54942cbf2
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -90,7 +90,7 @@ in {
after = ["redis.service"]; after = ["redis.service"];
wantedBy = ["multi-user.target"]; wantedBy = ["multi-user.target"];
script = '' script = ''
${pkgs.php} /var/www/pterodactyl/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3 ${pkgs.php}/bin/php /var/www/pterodactyl/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3
''; '';
serviceConfig = { serviceConfig = {
User = "nginx"; User = "nginx";