修复错误的用户权限
This commit is contained in:
@@ -82,8 +82,8 @@ After=network-online.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
User=mysqld_exporter
|
User=root
|
||||||
Group=mysqld_exporter
|
Group=root
|
||||||
ExecStart=/usr/bin/mysqld_exporter \
|
ExecStart=/usr/bin/mysqld_exporter \
|
||||||
--config.my-cnf=/etc/mysqld_exporter/my.cnf \
|
--config.my-cnf=/etc/mysqld_exporter/my.cnf \
|
||||||
--web.listen-address=0.0.0.0:9104
|
--web.listen-address=0.0.0.0:9104
|
||||||
|
|||||||
Reference in New Issue
Block a user