We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeac821 + 38347e0 commit 7c12360Copy full SHA for 7c12360
cmd/icinga-kubernetes/main.go
@@ -95,7 +95,7 @@ func main() {
95
96
// When started by systemd, NOTIFY_SOCKET is set by systemd for Type=notify supervised services, which was the
97
// default setting for the Icinga for Kubernetes service. Before switching to Type=simple. For Type=notify,
98
- // we to tell systemd, that Icinga for Kubernetes finished starting up.
+ // we need to tell systemd, that Icinga for Kubernetes finished starting up.
99
_ = sdnotify.Ready()
100
101
if !db.Connect() {
0 commit comments