server/configs/deploy-supervisord.conf

24 lines
567 B
Plaintext
Raw Normal View History

2023-07-25 04:42:42 +00:00
[supervisord]
nodaemon = true
silent = true
[program:httpd]
2023-10-23 16:27:00 +00:00
command = /usr/sbin/httpd -f -vv -h /srv/s
2023-07-25 04:42:42 +00:00
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
stderr_logfile = /dev/stderr
stderr_logfile_maxbytes = 0
[program:tftpd]
2023-10-23 16:43:33 +00:00
command = /usr/sbin/in.tftpd -L -a 0.0.0.0:69 -v -s /srv
2023-07-25 04:42:42 +00:00
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
stderr_logfile = /dev/stderr
stderr_logfile_maxbytes = 0
[program:udhcpd]
command = /usr/sbin/udhcpd -f
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
stderr_logfile = /dev/stderr
stderr_logfile_maxbytes = 0