From 80e18300d4b1a0ff8a61b0061cc470f35e19fa73 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 14 Sep 2005 16:11:41 +0000 Subject: add minimal web server to send auto_inst files --- deploy_get_autoinst.xinetd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 deploy_get_autoinst.xinetd (limited to 'deploy_get_autoinst.xinetd') diff --git a/deploy_get_autoinst.xinetd b/deploy_get_autoinst.xinetd new file mode 100644 index 0000000..49826b2 --- /dev/null +++ b/deploy_get_autoinst.xinetd @@ -0,0 +1,10 @@ +service deploy_get_autoinst +{ + socket_type = stream + protocol = tcp + type = UNLISTED + wait = no + user = root + server = /usr/sbin/deploy_get_autoinst.pl + port = 3712 +} -- cgit v1.2.1