10 lines
234 B
INI
10 lines
234 B
INI
|
[program:nginx]
|
||
|
command=/usr/sbin/nginx -c /etc/nginx/nginx.conf -g 'daemon off;'
|
||
|
autostart=true
|
||
|
autorestart=false
|
||
|
stdout_logfile=/dev/stdout
|
||
|
stdout_logfile_maxbytes=0
|
||
|
stderr_logfile=/dev/stderr
|
||
|
stderr_logfile_maxbytes=0
|
||
|
exitcodes=0
|