修复错误的文件执行位置

This commit is contained in:
CN-JS-HuiBai
2026-01-25 14:23:36 +08:00
parent f7e188ddac
commit 0406b0d630

View File

@@ -84,7 +84,7 @@ After=network-online.target
Type=simple
User=mysqld_exporter
Group=mysqld_exporter
ExecStart=/usr/local/bin/mysqld_exporter \
ExecStart=/usr/bin/mysqld_exporter \
--config.my-cnf=/etc/mysqld_exporter/my.cnf \
--web.listen-address=0.0.0.0:9104
Restart=always