vim /etc/systemd/system/apache_exporter.service
[Unit]
Description=Apache2 metrics exporter for Prometheus
After=network-online.target
[Service]
ExecStart=/usr/bin/apache_exporter
Restart=always
ProtectSystem=full
CapabilityBoundingSet=
[Install]
WantedBy=multi-user.target
Be First to Comment