Skip to content

Commit

Permalink
correct spec file test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Brevick committed Feb 4, 2019
1 parent a1a1d82 commit fbf8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fixtures/files/prometheus2.sysv
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ start() {
[ -f $PID_FILE ] && rm $PID_FILE
daemon --user=prometheus \
--pidfile="$PID_FILE" \
"$DAEMON" -log.format logger:stdout --config.file=/etc/prometheus/prometheus.yaml \
"$DAEMON" --config.file=/etc/prometheus/prometheus.yaml \
--storage.tsdb.path=/var/lib/prometheus \
--storage.tsdb.retention=360h \
--web.console.templates=/usr/local/share/prometheus/consoles \
Expand Down

0 comments on commit fbf8f37

Please sign in to comment.