ansible-roles/mysql/files/xinetd/mysqlchk

14 lines
348 B
Plaintext

# Ansible managed
service mysqlchk
{
socket_type = stream
port = 8306
protocol = tcp
wait = no
type = UNLISTED
user = root
server = /usr/share/scripts/mysqlchk.sh
log_on_failure += USERID
disable = no
}