summarylogtreecommitdiffstats
path: root/ftpproxy.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'ftpproxy.xinetd')
-rw-r--r--ftpproxy.xinetd12
1 files changed, 12 insertions, 0 deletions
diff --git a/ftpproxy.xinetd b/ftpproxy.xinetd
new file mode 100644
index 000000000000..74a24eea17dd
--- /dev/null
+++ b/ftpproxy.xinetd
@@ -0,0 +1,12 @@
+service ftpproxy
+{
+ disable = yes
+ type = unlisted
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ user = nobody
+ server = /usr/sbin/ftp.proxy
+ server_args = -e -m
+ port = 2121
+}