fickit: Fix PXE + prepare
This commit is contained in:
parent
ec61b7ed1d
commit
0c7f5b88df
5 changed files with 13 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue