diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2018-07-20 09:56:22 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-24 14:46:46 +0000 |
commit | a7526c82254be6708737e01ad27eaa06a65526cf (patch) | |
tree | 07abbff5200d9022205ecda935567f83a22fb756 /meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add | |
parent | 398103471451c44e8ccce9fd102e287b6e9b58a2 (diff) |
Enable weston to use systemd notify
Enable weston to use systemd notify to reduce causes of
race condition between window manager and homescreen.
Bug-AGL: SPEC-1471
Change-Id: I6431b5d52f38b982f6691b2961938664cc4f0544
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add index 3596e9c39..b51d2223a 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston-init/weston.service.add @@ -1,3 +1,4 @@ +Type=notify Environment="XDG_RUNTIME_DIR=@XDG_RUNTIME_DIR@" TTYPath=/dev/tty@WESTONTTY@ StandardInput=tty |