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 @@
1#!/bin/sh
2
3#exec >/dev/null
4exec 2>&1
5exec </dev/null
6
7user=root # for bind to port 69
8
9exec \
10env - \
11softlimit \
12setuidgid "$user" \
13udpsvd -v -c 10 -l localhost \
14 0 69 \
15tftpd /pub/tftpd_root