fickit: Fix preparation and deploy

This commit is contained in:
nemunaire 2023-10-23 18:43:33 +02:00
commit a109c6d341
3 changed files with 4 additions and 4 deletions

View file

@ -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