Files
tqma6-yocto-mirror/sources/meta-tq/meta-dumpling/recipes-bsp/u-boot/u-boot-env-tq/u-boot-env-tq.service

18 lines
358 B
SYSTEMD
Raw Normal View History

# SPDX-License-Identifier: MIT
#
# Copyright (c) 2024 TQ-Systems GmbH <oss@ew.tq-group.com>, D-82229 Seefeld, Germany.
# Author: Matthias Schiffer
[Unit]
Description=fw_env.config selection
DefaultDependencies=no
Before=sysinit.target
[Service]
ExecStart=@LIBEXECDIR@/tq/u-boot-env-tq.sh
Type=oneshot
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target