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.
1 parent 6ba2e03 commit ea4b07cCopy full SHA for ea4b07c
daemon/sdnotify.go
@@ -67,7 +67,6 @@ func SdNotify(unsetEnvironment bool, state string) (bool, error) {
67
return false, nil
68
}
69
70
-
71
// abstract unix socket. Start with a 0-byte
72
if notifySocket[0] == '@' {
73
notifySocket = "\00" ++ notifySocket[1:]
0 commit comments