Add systemd notify support 17/27617/2 marlin
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:19:50 +0000 (07:19 +0900)
commit9a8ddd2e10eb7f54461d73c91028282106304f3c
tree22e1170e5958d2b6277df1a3f4997ec50a5b3f63
parent8d58bbf113fa220d70f831bff8c89fdf824e7211
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