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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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