mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 18:04:38 +00:00
Add ExecReload to prometheus.service (#1131)
This commit is contained in:
parent
4f517de2d1
commit
68aad8e152
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,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
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target" >$service_path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue