Introduce fickit-deploy image

This commit is contained in:
nemunaire 2023-07-25 06:42:42 +02:00
commit 4fb0c11736
7 changed files with 229 additions and 15 deletions

View 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