removes extra command make from openrc/joeac.net
This commit is contained in:
+1
-9
@@ -13,9 +13,8 @@ COMPOSECMD="/usr/bin/podman-compose"
|
|||||||
export COMPOSE_HTTP_TIMEOUT=300
|
export COMPOSE_HTTP_TIMEOUT=300
|
||||||
|
|
||||||
description="Manage dockerservices defined in ${COMPOSEFILE}"
|
description="Manage dockerservices defined in ${COMPOSEFILE}"
|
||||||
extra_commands="configtest make"
|
extra_commands="configtest"
|
||||||
description_configtest="Check configuration via \"podman-compose -f ${COMPOSEFILE} config\""
|
description_configtest="Check configuration via \"podman-compose -f ${COMPOSEFILE} config\""
|
||||||
description_make="Run \"make --makefile ${MAKEFILE}\""
|
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need localmount net podman
|
need localmount net podman
|
||||||
@@ -36,13 +35,6 @@ configtest() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
make() {
|
|
||||||
configtest || return 1
|
|
||||||
ebegin "Making ${SVCNAME}"
|
|
||||||
make --makefile "${MAKEFILE}"
|
|
||||||
eend $?
|
|
||||||
}
|
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
configtest || return 1
|
configtest || return 1
|
||||||
ebegin "Starting ${SVCNAME}"
|
ebegin "Starting ${SVCNAME}"
|
||||||
|
|||||||
Reference in New Issue
Block a user