mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Add systemd unit files for tftp-hpa. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
9 lines
112 B
SYSTEMD
9 lines
112 B
SYSTEMD
[Unit]
|
|
Description=Tftp Server Activation Socket
|
|
|
|
[Socket]
|
|
ListenDatagram=69
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|