Skip to content

Commit

Permalink
Fix prometheus star script
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman authored and iknite committed Feb 19, 2019
1 parent 1d28779 commit e0d6896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/provision/templates/prometheus-start.sh.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

export PROMETHEUS_HOME=/var/prometheus
nohup $PROMETHEUS_HOME/prometheus --config.file=$PROMETHEUS_HOME/prometheus.yml &
nohup $PROMETHEUS_HOME/prometheus --config.file=$PROMETHEUS_HOME/prometheus.yml >> prometheus.log 2>&1 &

0 comments on commit e0d6896

Please sign in to comment.