aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ha/files/mysqlchk
blob: 7c5eaad521510dfda284ab305ac0db28fbed31f8 (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
}