diff options
author | Helge Mader <ma@dev.tdt.de> | 2020-10-23 09:40:45 +0200 |
---|---|---|
committer | Helge Mader <ma@dev.tdt.de> | 2020-10-23 11:15:20 +0200 |
commit | 2bba943e99b4abfcaed1d7a12e3e287016d36f8e (patch) | |
tree | f9dd23d5fec8206a8279df702786b96761476b9e /net | |
parent | 90ab809f7fff43bcd20b5a72c7dc8f2f95951153 (diff) |
xinetd: update config sample to latest requirements
Signed-off-by: Helge Mader <ma@dev.tdt.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/xinetd/files/xinetd.uci.conf.sample | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net/xinetd/files/xinetd.uci.conf.sample b/net/xinetd/files/xinetd.uci.conf.sample index 4988a895d..13bce5373 100644 --- a/net/xinetd/files/xinetd.uci.conf.sample +++ b/net/xinetd/files/xinetd.uci.conf.sample @@ -2,10 +2,12 @@ # option type 'UNLISTED' # option port '6556' # option socket_type 'stream' -# option protocol 'tcp' -# option wait 'no' +# 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' +# list only_from '127.0.0.1' +# list only_from '1.1.1.1' +# list log_on_success 'PID' +# list log_on_success 'HOST' +# option disable 'no' |