minus-squareLeCyntho@alien.topBtoHomelab@selfhosted.forum•How to auto start container after boot with Podman/Portainer without systemd?linkfedilinkEnglisharrow-up1·1 year agoDo the same as the podman-restart.service systemd unit: podman start --all --filter restart-policy=always to start all containers with the “always” restart-policy linkfedilink
Do the same as the podman-restart.service systemd unit:
podman start --all --filter restart-policy=always
to start all containers with the “always” restart-policy