From e063a86dfff59752357d0c4f6a9efad943f1f72c Mon Sep 17 00:00:00 2001 From: Luc Bijl Date: Sat, 16 Aug 2025 15:18:25 +0200 Subject: [PATCH] docs/server-os/posts/03-container-management-podman-runit.md: update --- docs/server-os/posts/03-container-management-podman-runit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/server-os/posts/03-container-management-podman-runit.md b/docs/server-os/posts/03-container-management-podman-runit.md index 384785f..ebdcfa1 100644 --- a/docs/server-os/posts/03-container-management-podman-runit.md +++ b/docs/server-os/posts/03-container-management-podman-runit.md @@ -104,7 +104,7 @@ sh$ podman run --rm hello-world To run a single container create: -``` shell title="~/.config/sv//run" +``` shell title="~/.config/sv/{container-name}/run" #!/bin/sh command="/usr/bin/podman" @@ -360,4 +360,4 @@ Make it executable and link it to the service directory: ``` shell-session sh$ chmod +x ~/.config/sv/caddy/run sh$ ln -s /.config/sv/caddy /.local/service -``` \ No newline at end of file +```