commit 80e30f44b511dfa5038d5e126a87ee852de6b31c parent 95214ad38c58d993b1eb829cb833438760225976 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Sat, 4 Oct 2025 22:34:52 +0200 feat(nomad-jenkins): add back lingering notes Diffstat:
M | nomad.sh | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/nomad.sh b/nomad.sh @@ -232,6 +232,11 @@ WantedBy=sockets.target KillUserProcesses=no EOF +# keep my podman.socket enabled even if no jenkins user is logged in +#loginctl enable-linger jenkins +# https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#-M +#systemctl --user -M jenkins@ start podman.socket + # create the mountpoint for the workspaces, podman does not create it for us mkdir /home/jenkins/workspace