ansible-roles/mysql/files/xinetd/mysqlchk
2020-08-21 14:51:30 +02:00

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
}