From b47e670e0b6956c9fff20e37e8f0fbe8b2315b09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Le=C3=9Fmann=20=28=40MarkL4YG=29?= Date: Tue, 7 Jan 2025 16:53:31 +0100 Subject: [PATCH] Start podman socket immediately --- docs/hosting-runners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosting-runners.md b/docs/hosting-runners.md index 3ef5bbe..d229bdf 100644 --- a/docs/hosting-runners.md +++ b/docs/hosting-runners.md @@ -33,7 +33,7 @@ machinectl shell --uid forgejo-runner # <-- This is basically "sudo -Hi XXX" but ``` ```bash -systemctl enable --user podman.socket +systemctl --user enable --now podman.socket echo 'export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock' >> ~/.profile ```