pxe-stack/tftp/tftp.conf
2023-07-21 11:53:52 +02:00

8 lines
No EOL
215 B
Text

description "angestoepselt TFTP Server"
author "Matthias Hemmerich <matthias+code@mailbro.de>"
start on filesystem and started docker
stop on runlevel [!2345]
respawn
script
/usr/bin/docker start -a tftpd
end script