11 lines
162 B
Desktop File
11 lines
162 B
Desktop File
[Unit]
|
|
Description=Tftp Server
|
|
Requires=tftp.socket
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/in.tftpd -s /var/lib/tftpboot
|
|
StandardInput=socket
|
|
|
|
[Install]
|
|
Also=tftp.socket
|