MyNixOS website logo
option

virtualisation.oci-containers.containers.<name>.podman.sdnotify

Determines how podman should notify systemd that the unit is ready. There are three options:

  • conmon: marks the unit as ready when the container has started.
  • healthy: marks the unit as ready when the container's healthcheck passes.
  • container: NOTIFY_SOCKET is passed into the container and the process inside the container needs to indicate on its own that it's ready.
Declarations
Type
one of "conmon", "healthy", "container"
Default
"conmon"