fickit: Fix preparation and deploy
This commit is contained in:
parent
0c7f5b88df
commit
a109c6d341
3 changed files with 4 additions and 4 deletions
|
|
@ -10,7 +10,7 @@ stderr_logfile = /dev/stderr
|
|||
stderr_logfile_maxbytes = 0
|
||||
|
||||
[program:tftpd]
|
||||
command = /usr/sbin/in.tftpd -a 0.0.0.0:69 -v -s /srv
|
||||
command = /usr/sbin/in.tftpd -L -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