mirror of
https://codeberg.org/angestoepselt/pxe-stack.git
synced 2025-05-24 15:16:16 +00:00
8 lines
No EOL
215 B
Text
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 |