Add systemd notify support 16/27616/2 13.93.0 needlefish/13.93.0 needlefish_13.93.0
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 5 Jun 2022 14:40:12 +0000 (23:40 +0900)
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Tue, 7 Jun 2022 22:20:41 +0000 (07:20 +0900)
commitf20fa3f4f0a2698db38d993e3d0b86be58c41ef2
tree5a0f76468cd96fe5f4112e213d81c376db95a7f8
parent53f4fe700dee88cc9840a91f2f297aacf05e08d4
Add systemd notify support

The drm-lease-manager create unix domain socket file to provide lease to
lease client.  In typical case, this file must be create before client
boot up.  But existing drm-lease-manager couldn't  keep that sequence
because that support startup ordering only using systemd service dependency.

This patch add systemd notify support to realize more strictly ordaining.

Bug-AGL: SPEC-4427

Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Change-Id: Icaad6c9df0696a48b9534c7586be7949a874f9a5
drm-lease-manager/main.c
drm-lease-manager/meson.build
meson.build
meson_options.txt