Skip to content

Add systemd NOTIFY_SOCKET notifications to buildbox-casd

Misha Gusarov requested to merge misha/casd-notify into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests

Description

buildbox-fuse has support for readiness notifications via NOTIFY_SOCKET mechanism devised by systemd.

This MR adds the same mechanism to buildbox-casd.

Changes proposed in this merge request:

  • Move NOTIFY_SOCKET handler to buildboxcommon
  • Add it to buildbox-casd.

Merge request reports