Add podman systemd service
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…
Reference in New Issue