You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
374 B
12 lines
374 B
5 years ago
|
[Unit]
|
||
|
Description=FritzBox Prometheus Exporter
|
||
|
|
||
|
[Service]
|
||
|
User=fritzbox_exporter
|
||
|
Group=fritzbox_exporter
|
||
|
EnvironmentFile=/opt/fritzbox_exporter/.fritzbox_exporter.env
|
||
|
ExecStart=/opt/fritzbox_exporter/fritzbox_exporter -gateway-url http://fritz.box:49000 -metrics-file /opt/fritzbox_exporter/metrics.json -listen-address 127.0.0.1:9101
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|