Skip to content

Commit

Permalink
main/podman: fix restart behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
z-erica committed Feb 11, 2025
1 parent 0fa57b7 commit 7fdcbeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main/podman/files/podman-restart
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion main/podman/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "podman"
pkgver = "5.3.2"
pkgrel = 1
pkgrel = 2
build_style = "go"
# for install.bin compat
make_dir = "bin"
Expand Down

0 comments on commit 7fdcbeb

Please sign in to comment.