fickit: Fix PXE + prepare

This commit is contained in:
nemunaire 2023-10-23 18:27:00 +02:00
commit 0c7f5b88df
5 changed files with 13 additions and 11 deletions

View file

@ -3,14 +3,14 @@ nodaemon = true
silent = true
[program:httpd]
command = /usr/sbin/httpd -f -vv -h /srv
command = /usr/sbin/httpd -f -vv -h /srv/s
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
stderr_logfile = /dev/stderr
stderr_logfile_maxbytes = 0
[program:tftpd]
command = /usr/sbin/in.tftpd -a 0.0.0.0:69 -v -s /usr/share/syslinux/
command = /usr/sbin/in.tftpd -a 0.0.0.0:69 -v -s /srv
stdout_logfile = /dev/stdout
stdout_logfile_maxbytes = 0
stderr_logfile = /dev/stderr