mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-01-08 02:15:45 +00:00
13 lines
210 B
Django/Jinja
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
|
|
|