Added exporter description

This commit is contained in:
Eric Renfro 2019-05-08 23:34:36 -04:00
parent 646a9a4304
commit 8839b666f9
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
[Unit]
{%- if description %}
Description=Prometheus {{ description }}
{%- else %}
Description=Prometheus {{ svc }} Exporter
{%- endif %}
{%- if url %}
Documentation={{ url }}
{%- endif %}