diff --git a/pkg/sdnotifier/notifier.go b/pkg/sdnotifier/notifier.go index a5a7205..0aac289 100644 --- a/pkg/sdnotifier/notifier.go +++ b/pkg/sdnotifier/notifier.go @@ -51,12 +51,11 @@ func (n *Notifier) Notify() error { } func (n *Notifier) send(msg []byte) error { - ylogger.Zero.Debug().Msg(fmt.Sprintf("sending systemd notification: %s", msg)) - if n.sock == nil { return nil } + ylogger.Zero.Debug().Msg(fmt.Sprintf("sending systemd notification: %s", msg)) _, err := n.sock.Write(msg) if n.debug {