xinetd: add support for UCI configuration

Signed-off-by: Helge Mader <ma@dev.tdt.de>
This commit is contained in:
Helge Mader
2020-06-02 14:57:45 +02:00
committed by Florian Eckert
parent 4a1618f91f
commit be55bce946
4 changed files with 125 additions and 16 deletions
+11
View File
@@ -0,0 +1,11 @@
#config service 'checkmk_agent'
# option type 'UNLISTED'
# option port '6556'
# option socket_type 'stream'
# option protocol 'tcp'
# option wait 'no'
# option user 'root'
# option server '/usr/bin/check_mk_agent'
# option log_on_success ''
# option only_from '127.0.0.1'
# option disable 'no'