removes dependencies from openrc/joeac.net

This commit is contained in:
2026-06-25 07:13:23 +01:00
parent 465c40b927
commit bd9af70a97
-6
View File
@@ -16,12 +16,6 @@ description="Manage dockerservices defined in ${COMPOSEFILE}"
extra_commands="configtest"
description_configtest="Check configuration via \"podman-compose -f ${COMPOSEFILE} config\""
depend() {
need localmount net podman
use dns
after podman
}
configtest() {
if ! [ -f "${COMPOSEFILE}" ]; then
eerror "The docker-compose file ${COMPOSEFILE} does not exist!"