9 lines
173 B
SYSTEMD
9 lines
173 B
SYSTEMD
|
[Unit]
|
||
|
Description=hpa's original TFTP daemon
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/in.tftpd -s /var/lib/tftpboot
|
||
|
StandardInput=socket
|
||
|
StandardOutput=inherit
|
||
|
StandardError=journal
|