12 lines
261 B
INI
Raw Normal View History

2024-02-06 00:20:42 +01:00
[program:nginx]
command=/usr/sbin/nginx -c /etc/nginx/nginx.conf -g 'daemon off;'
autostart=true
2024-02-07 17:29:02 +01:00
autorestart=true
startretries=3
startsecs=10
2024-02-06 00:20:42 +01:00
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
exitcodes=0