aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/tftpd/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/var_service/tftpd/run')
-rwxr-xr-xexamples/var_service/tftpd/run15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/var_service/tftpd/run b/examples/var_service/tftpd/run
new file mode 100755
index 000000000..e492d8453
--- /dev/null
+++ b/examples/var_service/tftpd/run
@@ -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