app-metrics/mysqld_exporter: Add ebuild with systemd service file.
Package-Manager: Portage-2.3.76, Repoman-2.3.16
This commit is contained in:
parent
bb5bbd9c63
commit
030a626826
9 changed files with 240 additions and 0 deletions
10
app-metrics/mysqld_exporter/files/mysqld_exporter.service
Normal file
10
app-metrics/mysqld_exporter/files/mysqld_exporter.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=MySqld Exporter
|
||||
|
||||
[Service]
|
||||
User=mysqld_exporter
|
||||
EnvironmentFile=/etc/conf.d/mysqld_exporter
|
||||
ExecStart=/usr/bin/mysqld_exporter $EXPORTER_FLAGS
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue