Podman as a service

I'm testing podman on WSL and wanted to create a podman service. I just created a sh file and runs the following command.

podman system service --timeout 0 unix:///home/michael/podman/site/podman.sock

This creates a sock file that allows Nomads Podman plugin to work. 🔥