mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
xinetd: add support for UCI configuration
Signed-off-by: Helge Mader <ma@dev.tdt.de>
This commit is contained in:
committed by
Florian Eckert
parent
4a1618f91f
commit
be55bce946
@@ -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'
|
||||
Reference in New Issue
Block a user