From e40f5bebfd5a2cb15be7d8f9edb558bec1221638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 27 Sep 2023 15:24:47 -0400 Subject: [PATCH] expand description --- roles/prometheus/templates/prometheus.service.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/prometheus/templates/prometheus.service.j2 b/roles/prometheus/templates/prometheus.service.j2 index cf4f01cd..ece5f0e0 100644 --- a/roles/prometheus/templates/prometheus.service.j2 +++ b/roles/prometheus/templates/prometheus.service.j2 @@ -1,7 +1,8 @@ {{ ansible_managed | comment }} [Unit] -Description=Prometheus +Description=Monitoring system and time series database +Documentation=https://prometheus.io/docs/introduction/overview/ man:prometheus(1) After=time-sync.target [Service]