add and example of tftpd service

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-11-08 18:41:26 +01:00
parent 6528abeb6a
commit c3896850f7
4 changed files with 44 additions and 0 deletions

15
examples/var_service/tftpd/run Executable file
View 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