You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
204 B
Cheetah
13 lines
204 B
Cheetah
2 years ago
|
{{ if lookPath "podman" -}}
|
||
|
[Unit]
|
||
|
Description=Podman service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart={{ lookPath "podman" }} system service --time 0
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
{{- end }}
|