Processes start on startup, but if the process dies for some reason, restarts are not currently managed - maybe due to system expecting whatever command it runs to represent the foreground process of your services. However, docker start returns as soon as the container is started, it doesn't latch onto the process, thus there is nothing for systemd to monitor.
Maybe related:
coreos/fleet#940
Processes start on startup, but if the process dies for some reason, restarts are not currently managed - maybe due to system expecting whatever command it runs to represent the foreground process of your services. However,
docker startreturns as soon as the container is started, it doesn't latch onto the process, thus there is nothing for systemd to monitor.Maybe related:
coreos/fleet#940