Skip to content

Commit

Permalink
Move MAKEFILE variables into correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Breidenstein committed Feb 3, 2021
1 parent 3c3211f commit c58c284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions spk/activebackup-prometheus-exporter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ HOMEPAGE = https://github.com/codemonauts/activebackup-prometheus-exporter
LICENSE = MIT

SERVICE_SETUP = src/service-setup.sh
SERVICE_PORT=9763

include ../../mk/spksrc.spk.mk
3 changes: 1 addition & 2 deletions spk/activebackup-prometheus-exporter/src/service-setup.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
AB_EXPORTER="${SYNOPKG_PKGDEST}/bin/activebackup-prometheus-exporter"
SERVICE_COMMAND="${AB_EXPORTER}"
SERVICE_PORT=9763
SERVICE_COMMAND="${AB_EXPORTER} -port ${SERVICE_PORT}"
SVC_BACKGROUND=y
SVC_WRITE_PID=y

0 comments on commit c58c284

Please sign in to comment.