packages/net/xinetd/files/xinetd.uci.conf.sample
Helge Mader be55bce946 xinetd: add support for UCI configuration
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2020-06-09 08:11:55 +02:00

11 lines
397 B
Text

#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'