moby--moby/contrib/init/systemd
Dimitri John Ledkov d3e5179c29 systemd: set service type to notify.
Currently the service type is 'simple', the default, meaning that
docker.service is considered to be started straight after
spawning. This is incorrect as there is significant amount of time
between spawning and docker ready to accept connections on the passed
sockets. Docker does implement systemd socket activate and
notification protocol, and send the ready signal to systemd, once it
is ready. However for systemd to take those notifications into
account, the service file type should be set to notify.

Signed-off-by: Dimitri John Ledkov <dimitri.j.ledkov@intel.com>
2015-07-29 14:02:12 +01:00
..
REVIEWERS Remove subdirectories MAINTAINERS files 2015-03-06 18:21:51 -08:00
docker.service systemd: set service type to notify. 2015-07-29 14:02:12 +01:00
docker.socket Fix system socket/service unit files 2014-10-07 14:09:08 -04:00