app-misc/go-carbon: corrected path in init.d for go-carbon executable

This commit is contained in:
Fischl Anton 2021-06-12 06:10:42 +02:00
parent 875181a97e
commit 0b8e0f607a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ pidfile="/run/${RC_SVCNAME}"
output_log="/var/log/go-carbon/${RC_SVCNAME}.log"
error_log="/var/log/go-carbon/${RC_SVCNAME}-error.log"
command="/usr/bin/go-carbon"
command="/usr/sbin/go-carbon"
command_args="-config='${GO_CARBON_CONFIG}'"
command_background="true"
command_user="${GO_CARBON_USER:-carbon:carbon}"

View File

@ -8,7 +8,7 @@ inherit git-r3
DESCRIPTION="Golang implementation of Graphite/Carbon server with classic architecture Agent -> Cache -> Persister"
HOMEPAGE="https://github.com/go-graphite/go-carbon"
EGIT_REPO_URI="https://github.com/go-graphite/go-carbon/"
EGIT_COMMIT="v${PVR}"
EGIT_COMMIT="v${PV}"
LICENSE="MIT"
SLOT="0"