Introduce fickit-deploy image
This commit is contained in:
parent
3e5e8c9ba4
commit
4fb0c11736
7 changed files with 229 additions and 15 deletions
24
configs/deploy-supervisord.conf
Normal file
24
configs/deploy-supervisord.conf
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[supervisord]
|
||||
nodaemon = true
|
||||
silent = true
|
||||
|
||||
[program:httpd]
|
||||
command = /usr/sbin/httpd -f -vv -h /srv
|
||||
stdout_logfile = /dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
||||
stderr_logfile = /dev/stderr
|
||||
stderr_logfile_maxbytes = 0
|
||||
|
||||
[program:tftpd]
|
||||
command = /usr/sbin/in.tftpd -R 4096:32767 -v -s /usr/share/syslinux/
|
||||
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
|
||||
Reference in a new issue