18 lines
358 B
SYSTEMD
18 lines
358 B
SYSTEMD
|
|
# 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
|