sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 0abecafbedc49b6bf79aafdedaedaf559f02e1e8
parent f2cb0f934c47f8157befc06dd8070383f28cae75
Author: Florian Dold <florian@dold.me>
Date:   Thu, 30 Oct 2025 12:54:36 +0100

disable more units

Diffstat:
MDockerfile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -340,4 +340,7 @@ RUN sed -i /etc/postgresql/17/main/postgresql.conf -e 's/^port[ ]*=.*$/port = 54 # Not ready yet! RUN systemctl disable taler-mailbox +# Disable systemd services that have permission issues +# and thus fail, clobbering the systemd status. RUN systemctl mask systemd-modules-load.service +RUN systemctl disable proc-sys-fs-binfmt_misc.automount