| Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64 Path : /etc/systemd/system/multi-user.target.wants/ |
| Current File : //etc/systemd/system/multi-user.target.wants/db_governor.service |
[Unit] Description=MySQL watcher service Wants=governor_sentry_daemon.service After=governor_sentry_daemon.service syslog.target network.target mysql.service mysqld.service mariadb.service [Service] Environment="G_SLICE=always-malloc" "HOME=/root" Type=notify WatchdogSec=240s PIDFile=/var/run/db-governor.pid Restart=on-failure RestartSec=3 TimeoutSec=10s ExecStart=/usr/sbin/db_governor ExecStopPost=/bin/sh -c "if pgrep db_governor 1>/dev/null; then pkill -SIGTERM db_governor 2>/dev/null; fi" [Install] WantedBy=multi-user.target