File prometheus-mysqld_exporter.service of Package golang-github-prometheus-mysqld_exporter
[Unit] Description=Prometheus exporter for MySQL/MariaDB metrics Documentation=https://github.com/prometheus/mysqld_exporter/ [Service] Restart=always User=prometheus EnvironmentFile=-/etc/sysconfig/prometheus-mysqld_exporter ExecStart=/usr/bin/mysqld_exporter $ARGS ExecReload=/bin/kill -HUP $MAINPID TimeoutStopSec=20s SendSIGKILL=no [Install] WantedBy=multi-user.target