We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f517de commit 68aad8eCopy full SHA for 68aad8e
install/prometheus-install.sh
@@ -46,6 +46,7 @@ ExecStart=/usr/local/bin/prometheus \
46
--config.file=/etc/prometheus/prometheus.yml \
47
--storage.tsdb.path=/var/lib/prometheus/ \
48
--web.listen-address=0.0.0.0:9090
49
+ExecReload=/bin/kill -HUP \$MAINPID
50
51
[Install]
52
WantedBy=multi-user.target" >$service_path
0 commit comments