fix: remove extra backslash to match single quoted here-doc (#13108)

This commit is contained in:
Zelnes
2026-03-19 23:46:55 +01:00
committed by GitHub
parent 25c21835cc
commit 2cbba485b3

View File

@@ -36,7 +36,7 @@ ExecStart=/usr/local/bin/prometheus \
--config.file=/etc/prometheus/prometheus.yml \
--storage.tsdb.path=/var/lib/prometheus/ \
--web.listen-address=0.0.0.0:9090
ExecReload=/bin/kill -HUP \$MAINPID
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target