forked from unitoo/configurations
16 lines
345 B
SYSTEMD
16 lines
345 B
SYSTEMD
|
[Unit]
|
||
|
Description=Prometheus exporter for Apache
|
||
|
Documentation=https://github.com/Lusitaniae/apache_exporter
|
||
|
Wants=network-online.target
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
Type=simple
|
||
|
EnvironmentFile=/etc/default/prometheus-apache-exporter
|
||
|
ExecStart=/usr/bin/apache_exporter $ARGS
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|