Files
playbooks-retailor/roles/exporter-mysql/templates/mysqld_exporter.service.j2

13 lines
210 B
Django/Jinja

[Unit]
Description=mysqld exporter
After=network.target
[Service]
User=nobody
ExecStart=/usr/local/bin/mysqld_exporter --config.my-cnf=/home/forge/.my.cnf
Restart=always
[Install]
WantedBy=multi-user.target