Start podman socket immediately

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2025-01-07 16:53:31 +01:00
parent 1104473546
commit b47e670e0b
Signed by: Mark.TwoFive
GPG key ID: 5B5EBCBE331F1E6F

View file

@ -33,7 +33,7 @@ machinectl shell --uid forgejo-runner # <-- This is basically "sudo -Hi XXX" but
``` ```
```bash ```bash
systemctl enable --user podman.socket systemctl --user enable --now podman.socket
echo 'export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock' >> ~/.profile echo 'export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock' >> ~/.profile
``` ```