Documentation
¶
Overview ¶
Package sdnotify implements sd_notify(3) protocol for notifying systemd about service state changes.
Index ¶
Constants ¶
View Source
const ( // Ready tells systemd that the service is fully started and ready to // handle requests. Ready = "READY=1" // Reloading tells systemd that the service is reloading its configuration. // After completion the service should send [Ready] again. Reloading = "RELOADING=1" // Stopping tells systemd that the service is beginning its shutdown. Stopping = "STOPPING=1" )
State messages for sd_notify.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.