Add podman systemd service

main
Buddy Sandidge 2 years ago
parent 56b7d06907
commit 425ba87380

@ -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 }}
Loading…
Cancel
Save