12 lines
189 B
SYSTEMD
12 lines
189 B
SYSTEMD
|
[Unit]
|
||
|
Description=Tftp Server
|
||
|
Requires=tftp.socket
|
||
|
Documentation=man:in.tftpd
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/sbin/in.tftpd -s /var/lib/tftpboot
|
||
|
StandardInput=socket
|
||
|
|
||
|
[Install]
|
||
|
Also=tftp.socket
|