blob: 2c03f19f4f32737c7d6947e4e41ca1d9c1e83910 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# default: off
# description: An xinetd internal service which echo's characters back to
# clients.
# This is the tcp version.
service mysqlchk
{
disable = no
flags = REUSE
socket_type = stream
protocol = tcp
user = root
wait = no
server = /usr/local/bin/galera_chk
port = 9200
}
|