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