Rewrite to not need bash

This commit is contained in:
2024-01-23 13:11:56 -06:00
parent a710a0c966
commit 3c29d6d460
6 changed files with 15 additions and 15 deletions

View File

@@ -1,3 +1,3 @@
#!/command/with-contenv bash
#!/command/with-contenv sh
/usr/sbin/crond -fL /dev/null

View File

@@ -1,3 +1,3 @@
#!/command/with-contenv bash
#!/command/with-contenv sh
/usr/sbin/nginx -g "daemon off;"

View File

@@ -1,3 +1,3 @@
#!/command/with-contenv bash
#!/command/with-contenv sh
/usr/sbin/php-fpm -Fc /etc/php

View File

@@ -1,4 +1,4 @@
#!/command/with-contenv bash
#!/command/with-contenv sh
s6-setuidgid nginx
/usr/bin/php /var/www/pterodactyl/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3