10473: Use fixed-point timestamps and more human-readable field ordering, hide "incom...
[arvados.git] / services / keepproxy / keepproxy.go
index 816de29da8abc4bad7ddcf22afcb572a7b16da69..24df531fa4ab434fea7652503db1d44f1ba04a9b 100644 (file)
@@ -131,7 +131,7 @@ func main() {
        if err != nil {
                log.Fatalf("listen(%s): %s", cfg.Listen, err)
        }
-       if _, err := daemon.SdNotify("READY=1"); err != nil {
+       if _, err := daemon.SdNotify(false, "READY=1"); err != nil {
                log.Printf("Error notifying init daemon: %v", err)
        }
        log.Println("Listening at", listener.Addr())