Fedora 25: tftp上传的时候显示File not found
作者:互联网
修改tftp.service 加上-c 参数
cat //usr/lib/systemd/system/tftp.service
[Unit]
Description=Tftp Server
Requires=tftp.socket
Documentation=man:in.tftpd
[Service]
ExecStart=/usr/sbin/in.tftpd -c -s /var/lib/tftpboot
StandardInput=socket
[Install]
Also=tftp.socket
标签:25,Fedora,lib,service,usr,File,tftp,tftpd,socket 来源: https://blog.csdn.net/Orrinfan/article/details/94387590