mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
fix: remove extra backslash to match single quoted here-doc (#13108)
This commit is contained in:
parent
25c21835cc
commit
2cbba485b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue