add and example of tftpd service
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
15
examples/var_service/tftpd/run
Executable file
15
examples/var_service/tftpd/run
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
#exec >/dev/null
|
||||
exec 2>&1
|
||||
exec </dev/null
|
||||
|
||||
user=root # for bind to port 69
|
||||
|
||||
exec \
|
||||
env - \
|
||||
softlimit \
|
||||
setuidgid "$user" \
|
||||
udpsvd -v -c 10 -l localhost \
|
||||
0 69 \
|
||||
tftpd /pub/tftpd_root
|
Reference in New Issue
Block a user