diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-01-01 00:44:40 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-01-29 12:01:29 +0000 |
commit | ae7e524f077e249ba2c04c7f12c3a317081925ff (patch) | |
tree | 45bb3177ecb4b08d7d361039785d93ac2dfe4110 /meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service | |
parent | e4ca3fb47b1fb21f4bcd39a5ee798a227a1fdd73 (diff) |
Sync rebooting cluster-service and cluster-refgui
The cluster-refgui shall re-connect in case of cluster-service
rebooting. This method should support to realize robustness system.
This patch add support sync rebootig feature.
Bug-AGL: SPEC-5040
Change-Id: Iadd1c254d4b8e32be15419b3526dc581333a5456
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service')
-rw-r--r-- | meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service b/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service index 5f23ea79..94a2a530 100644 --- a/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service +++ b/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service @@ -12,6 +12,8 @@ StandardError=journal PermissionsStartOnly=true IgnoreSIGPIPE=no Type=notify +Restart=on-failure +StartLimitInterval=0 ExecStart=/usr/bin/weston --config /etc/xdg/weston/weston.ini --idle-time=0 --drm-lease=${DRM_LEASE_DEVICE} --log=/var/log/weston.log |