From 68bbac5106b1fb57032d6b78d7eab7e58ae0f5b2 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Tue, 13 Sep 2022 11:01:41 +0100 Subject: [PATCH] Remove custom svc from user bundle --- root/docker-mods | 1 + 1 file changed, 1 insertion(+) diff --git a/root/docker-mods b/root/docker-mods index 5cb356a..1e4a329 100755 --- a/root/docker-mods +++ b/root/docker-mods @@ -110,6 +110,7 @@ process_custom_services_legacy() { if [[ -n "$(/bin/ls -A /etc/s6-overlay/s6-rc.d/custom-svc-* 2>/dev/null)" ]]; then echo "[custom-init] removing existing custom services..." rm -rf /etc/s6-overlay/s6-rc.d/custom-svc-* + rm /etc/s6-overlay/s6-rc.d/user/contents.d/custom-svc-* fi # Make sure custom service directory exists and has files in it