10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
|
#!/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
|