Helper module for systemd service readiness notification.
Send notification to Systemd that service is ready.
For details see http://www.freedesktop.org/software/systemd/man/sd_notify.html
Send notification once to Systemd that service is ready.
Systemd sets NOTIFY_SOCKET environment variable with the name of the socket listening for notifications from services. This method removes the NOTIFY_SOCKET environment variable to ensure notification is sent only once.
Wait for systemd style notification on the socket.
notify_socket (string) – local socket address
timeout (float) – socket timeout
0 service ready 1 service not ready 2 timeout occurred
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.