From ea4b07c22a3f10eaf7b1c35a127bd5c74e8720be Mon Sep 17 00:00:00 2001 From: Arian van Putten Date: Fri, 23 Aug 2024 11:37:36 +0200 Subject: [PATCH] Update sdnotify.go --- daemon/sdnotify.go | 1 - 1 file changed, 1 deletion(-) 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:]