diff --git a/dot_config/systemd/user/podman.service.tmpl b/dot_config/systemd/user/podman.service.tmpl new file mode 100644 index 0000000..92b47c3 --- /dev/null +++ b/dot_config/systemd/user/podman.service.tmpl @@ -0,0 +1,12 @@ +{{ if lookPath "podman" -}} +[Unit] +Description=Podman service + +[Service] +Type=simple +ExecStart={{ lookPath "podman" }} system service --time 0 +Restart=always + +[Install] +WantedBy=default.target +{{- end }}