summarylogtreecommitdiffstats
path: root/ftpproxy.xinetd
diff options
context:
space:
mode:
authorJonathan Liu2015-06-19 11:58:44 +1000
committerJonathan Liu2015-06-19 11:58:44 +1000
commit51c8158cf50f8104a667604855616135b86561ed (patch)
tree260643942e95a92ec611d8162579ade415e78b6f /ftpproxy.xinetd
downloadaur-ftpproxy.tar.gz
Initial import
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
+}