add /bin/php
This commit is contained in:
parent
6baf4af337
commit
b54942cbf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue