Skip to content

Instantly share code, notes, and snippets.

View antonmills's full-sized avatar

Anton Mills antonmills

View GitHub Profile
@antonmills
antonmills / gist:8d5cf7835e9ca6b375a1fb172daa742a
Created October 25, 2025 04:25
Podman Socket / Autostart
To start the Podman user socket
systemctl --user start podman.socket
To make it auto-start on login:
systemctl --user enable podman.socket
Then confirm it’s running:
systemctl --user status podman.socket