mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 12:07:28 +08:00
Initial commit
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
[supervisord]
|
||||
nodaemon=true
|
||||
logfile=/dev/null
|
||||
logfile_maxbytes=0
|
||||
pidfile=/tmp/supervisord.pid
|
||||
|
||||
[program:nginx]
|
||||
command=nginx -g 'daemon off;'
|
||||
user=root
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startretries=10
|
||||
|
||||
[program:cron]
|
||||
command=crond -f -l 8
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startretries=10
|
||||
|
||||
; [program:laravels]
|
||||
; command=php bin/laravels start
|
||||
; directory=/www
|
||||
; user=www-data
|
||||
; numprocs=1
|
||||
; stdout_logfile=/dev/stdout
|
||||
; stdout_logfile_maxbytes=0
|
||||
; stderr_logfile=/dev/stderr
|
||||
; stderr_logfile_maxbytes=0
|
||||
; autostart=true
|
||||
; autorestart=true
|
||||
; startretries=3
|
||||
|
||||
[program:adapterman]
|
||||
command=php -c php.ini webman.php start
|
||||
directory=/www
|
||||
user=root
|
||||
numprocs=1
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startretries=3
|
||||
|
||||
[program:xboard-queue]
|
||||
command=php artisan horizon
|
||||
directory=/www
|
||||
user=root
|
||||
stdout_logfile=/www/storage/logs/queue.log
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/www/storage/logs/queue_error.log
|
||||
stderr_logfile_maxbytes=0
|
||||
autostart=true
|
||||
autorestart=true
|
||||
startretries=10
|
||||
numprocs=1
|
||||
Reference in New Issue
Block a user