Files
OpenBMC/poky/meta/recipes-graphics/wayland/weston/systemd-notify.weston-start
T

10 lines
194 B
Bash
Raw Normal View History

2026-04-23 17:07:55 +08:00
#!/bin/sh
# SPDX-FileCopyrightText: Huawei Inc.
# SPDX-License-Identifier: Apache-2.0
if [[ -x "/usr/lib/weston/systemd-notify.so" ]]; then
add_weston_module "systemd-notify.so"
fi