diff options
Diffstat (limited to 'abs/extra-testing/xinetd/services')
-rw-r--r-- | abs/extra-testing/xinetd/services | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/extra-testing/xinetd/services b/abs/extra-testing/xinetd/services new file mode 100644 index 0000000..4ea304c --- /dev/null +++ b/abs/extra-testing/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 +} |