12 lines
189 B
Desktop File
12 lines
189 B
Desktop File
[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
|