2019-11-14 22:22:27 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Apache Exporter
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
User=apache_exporter
|
2020-09-29 22:18:50 +02:00
|
|
|
EnvironmentFile=/etc/sysconfig/apache_exporter
|
2019-11-14 22:22:27 +01:00
|
|
|
ExecStart=/usr/bin/apache_exporter $OPTIONS
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|