You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
273 B
12 lines
273 B
2 months ago
|
[program:nginx]
|
||
|
command=/var/www/html/api/scripts/queue.sh
|
||
|
user =nginx
|
||
|
autostart=true
|
||
|
autorestart=true
|
||
|
priority=6
|
||
|
stdout_events_enabled=true
|
||
|
stderr_events_enabled=true
|
||
|
stdout_logfile=/dev/stdout
|
||
|
stdout_logfile_maxbytes=0
|
||
|
stderr_logfile=/dev/stderr
|
||
|
stderr_logfile_maxbytes=0
|