From bd9af70a97a0d2a726c115c5650422d4335f59aa Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 25 Jun 2026 07:13:23 +0100 Subject: [PATCH] removes dependencies from openrc/joeac.net --- openrc/joeac.net | 6 ------ 1 file changed, 6 deletions(-) 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!"