Cleanup and initial commit
This commit is contained in:
2
root/etc/services.d/crond/run
Normal file
2
root/etc/services.d/crond/run
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/execlineb -P
|
||||
/usr/sbin/crond -fL /dev/null
|
2
root/etc/services.d/nginx/run
Normal file
2
root/etc/services.d/nginx/run
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/execlineb -P
|
||||
/usr/sbin/nginx -g "daemon off;"
|
2
root/etc/services.d/php-fpm/run
Normal file
2
root/etc/services.d/php-fpm/run
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/execlineb -P
|
||||
/usr/sbin/php-fpm -Fc /etc/php
|
3
root/etc/services.d/pteroq/run
Normal file
3
root/etc/services.d/pteroq/run
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/execlineb -P
|
||||
s6-setuidgid nginx
|
||||
/usr/bin/php /var/www/pterodactyl/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3
|
Reference in New Issue
Block a user