diff --git a/openrc/joeac.net b/openrc/joeac.net index 50605e7..83e9566 100755 --- a/openrc/joeac.net +++ b/openrc/joeac.net @@ -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!"