diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-25 07:13:23 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-25 11:17:01 +0100 |
| commit | bd9af70a97a0d2a726c115c5650422d4335f59aa (patch) | |
| tree | 105d308ecd25da40d7f45523616a7b7f6b0362e8 /openrc/joeac.net | |
| parent | 465c40b92712a86d764413c893e9001e449e1896 (diff) | |
removes dependencies from openrc/joeac.net
Diffstat (limited to 'openrc/joeac.net')
| -rwxr-xr-x | openrc/joeac.net | 6 |
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!" |
