mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
17 lines
207 B
Bash
Executable file
17 lines
207 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#exec >/dev/null
|
|
exec 2>&1
|
|
exec </dev/null
|
|
|
|
user=www
|
|
user=root
|
|
|
|
exec \
|
|
env - PATH="$PATH" \
|
|
softlimit \
|
|
tcpsvd \
|
|
-vE -l 0 -c 40 \
|
|
0.0.0.0 21 \
|
|
setuidgid "$user" \
|
|
ftpd -vv -t10 /pub/ftpd_root
|