diff --git a/daemon/sdnotify.go b/daemon/sdnotify.go index 6189aee..95723e7 100644 --- a/daemon/sdnotify.go +++ b/daemon/sdnotify.go @@ -67,7 +67,6 @@ func SdNotify(unsetEnvironment bool, state string) (bool, error) { return false, nil } - // abstract unix socket. Start with a 0-byte if notifySocket[0] == '@' { notifySocket = "\00" ++ notifySocket[1:]