Skip to content

Commit eb6b27d

Browse files
Merge pull request hestiacp#884 from openbrasil/patch-10
Monit: update mysql.conf
2 parents 46aee8c + d836fb2 commit eb6b27d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/rhel/7/monit/mysql.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
check process mysql with pidfile /var/run/mysqld/mysqld.pid
2-
start program = "/etc/init.d/mysqld start"
3-
stop program = "/etc/init.d/mysqld stop"
1+
check process mariadb with pidfile /var/run/mariadb/mariadb.pid
2+
start program = "/usr/bin/systemctl start mariadb"
3+
stop program = "/usr/bin/systemctl stop mariadb"

0 commit comments

Comments
 (0)