fickit: Fix tftpd usage
This commit is contained in:
parent
a7432b070d
commit
e65c54ea37
3 changed files with 11 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ stderr_logfile = /dev/stderr
|
|||
stderr_logfile_maxbytes = 0
|
||||
|
||||
[program:tftpd]
|
||||
command = /usr/sbin/in.tftpd -R 4096:32767 -v -s /usr/share/syslinux/
|
||||
command = /usr/sbin/in.tftpd -a 0.0.0.0:69 -v -s /usr/share/syslinux/
|
||||
stdout_logfile = /dev/stdout
|
||||
stdout_logfile_maxbytes = 0
|
||||
stderr_logfile = /dev/stderr
|
||||
|
|
|
|||
Reference in a new issue