Skip to content

Commit

Permalink
prometheus: break init script
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Spooren <[email protected]>
  • Loading branch information
aparcar committed Sep 14, 2020
1 parent d2e3599 commit db0043c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion utils/prometheus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=prometheus
PKG_VERSION:=2.21.0
PKG_RELEASE:=2
PKG_RELEASE:=3

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/prometheus/prometheus/tar.gz/v${PKG_VERSION}?
Expand Down
3 changes: 3 additions & 0 deletions utils/prometheus/files/etc/init.d/prometheus
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ start_service() {
procd_set_param file "$config_file"
procd_set_param respawn
procd_close_instance

# intentional error
echo "
}

0 comments on commit db0043c

Please sign in to comment.