diff --git a/main/podman/files/podman-restart b/main/podman/files/podman-restart index 1540f17663..e7cc10f190 100644 --- a/main/podman/files/podman-restart +++ b/main/podman/files/podman-restart @@ -1,6 +1,6 @@ -# start containers on boot with restart policy set to always +# start containers on boot with restart policy set to always or unless-stopped type = scripted -command = /usr/bin/podman start --all --filter restart-policy=always +command = /usr/bin/podman start --all --filter restart-policy=always --filter restart-policy=unless-stopped after = podman depends-on = local.target depends-on = network.target diff --git a/main/podman/template.py b/main/podman/template.py index fbb524ce1a..c03507d7c4 100644 --- a/main/podman/template.py +++ b/main/podman/template.py @@ -1,6 +1,6 @@ pkgname = "podman" pkgver = "5.3.2" -pkgrel = 1 +pkgrel = 2 build_style = "go" # for install.bin compat make_dir = "bin"