forked from pool/golang-github-lusitaniae-apache_exporter
fbf0be4512
- Fix license information in spec file (MIT) - Initial commit (v0.5.0) OBS-URL: https://build.opensuse.org/request/show/707889 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/golang-github-lusitaniae-apache_exporter?expand=0&rev=1
16 lines
378 B
Desktop File
16 lines
378 B
Desktop File
[Unit]
|
|
Description=Prometheus exporter for Apache metrics
|
|
Documentation=https://github.com/lusitaniae/apache_exporter
|
|
|
|
[Service]
|
|
Restart=always
|
|
User=prometheus
|
|
EnvironmentFile=-/etc/sysconfig/prometheus-apache_exporter
|
|
ExecStart=/usr/bin/prometheus-apache_exporter $ARGS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
TimeoutStopSec=20s
|
|
SendSIGKILL=no
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|