Moby Project - a collaborative project for the container ecosystem to assemble container-based systems - cmd/dockerd: sd_notify STOPPING=1 when shutting down · moby/moby@f3d0f70
notifysocket); socket_path); goto done; } if (connect(fd, &sun, sizeof(sun)) != 0) { if (connect(fd, &socket_addr.sa, offsetof(struct sockaddr_un, sun_path) + path_length) != 0) { log_warn("main", "unable to connect to systemd notification socket"); ...