initial commit of file from CVS for smeserver-tftp-server on Sat Sep 7 21:08:06 AEST 2024
This commit is contained in:
21
root/usr/lib/systemd/system/tftp.service.d/50koozali.conf
Normal file
21
root/usr/lib/systemd/system/tftp.service.d/50koozali.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
[Unit]
|
||||
Description=Tftp Server
|
||||
Requires=tftp.socket
|
||||
Documentation=man:in.tftpd
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Options: man in.tftpd
|
||||
#ExecStartPre=/bin/sleep 10
|
||||
|
||||
ExecStart=
|
||||
ExecStart=/usr/sbin/in.tftpd -s /tftpboot -v -B 1464 -u nobody
|
||||
|
||||
StandardInput=socket
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy= sme-server.target
|
||||
Also=tftp.socket
|
4
root/usr/lib/systemd/system/tftp.socket.d/50koozali.conf
Normal file
4
root/usr/lib/systemd/system/tftp.socket.d/50koozali.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
[Socket]
|
||||
ListenDatagram=
|
||||
ListenDatagram=127.0.0.1:69
|
||||
FreeBin=true
|
Reference in New Issue
Block a user