summaryrefslogtreecommitdiff
path: root/pcr/xinetd/services
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/xinetd/services')
-rw-r--r--pcr/xinetd/services10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcr/xinetd/services b/pcr/xinetd/services
new file mode 100644
index 000000000..4ea304c4f
--- /dev/null
+++ b/pcr/xinetd/services
@@ -0,0 +1,10 @@
+service services
+{
+ type = INTERNAL UNLISTED
+ port = 9098
+ socket_type = stream
+ protocol = tcp
+ wait = no
+ disable = yes
+ only_from = 127.0.0.1
+}