summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-25 07:13:23 +0100
committerJoe Carstairs <me@joeac.net>2026-06-25 11:17:01 +0100
commitbd9af70a97a0d2a726c115c5650422d4335f59aa (patch)
tree105d308ecd25da40d7f45523616a7b7f6b0362e8
parent465c40b92712a86d764413c893e9001e449e1896 (diff)
removes dependencies from openrc/joeac.net
-rwxr-xr-xopenrc/joeac.net6
1 files changed, 0 insertions, 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!"