xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/weston/systemd-notify.weston-start (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#!/bin/sh
2
3# SPDX-FileCopyrightText: Huawei Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6
7if [[ -x "/usr/lib/weston/systemd-notify.so" ]]; then
8        add_weston_module "systemd-notify.so"
9fi
10