summaryrefslogtreecommitdiff
path: root/ubuntu/scripts/ltp-network-xinetd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/scripts/ltp-network-xinetd.conf')
-rw-r--r--ubuntu/scripts/ltp-network-xinetd.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/ubuntu/scripts/ltp-network-xinetd.conf b/ubuntu/scripts/ltp-network-xinetd.conf
new file mode 100644
index 0000000..076ed97
--- /dev/null
+++ b/ubuntu/scripts/ltp-network-xinetd.conf
@@ -0,0 +1,23 @@
+# Simple configuration file for xinetd
+#
+# Some defaults, and include /etc/xinetd.d/
+
+defaults
+{
+
+# Please note that you need a log_type line to be able to use log_on_success
+# and log_on_failure. The default is the following :
+# log_type = SYSLOG daemon info
+
+}
+
+service finger
+{
+ id = fingerd
+ socket_type = stream
+ wait = no
+ user = nobody
+ server = /usr/sbin/in.fingerd
+}
+
+includedir /etc/xinetd.d