summarylogtreecommitdiffstats
path: root/prometheus-exporter-exporter.service
blob: 441ac1bf0020b45a47e05c7c6bef4a611067973f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Prometheus Exporter Exporter
Documentation=https://github.com/QubitProducts/exporter_exporter
Requires=network-online.target
After=network-online.target

[Service]
Restart=on-failure
EnvironmentFile=-/etc/conf.d/prometheus-exporter-exporter
ExecStart=/usr/bin/prometheus-exporter-exporter ${EXPORTER_EXPORTER_ARGS}

[Install]
WantedBy=multi-user.target