mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-09 15:44:52 +02:00
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
18 lines
333 B
Desktop File
18 lines
333 B
Desktop File
[Unit]
|
|
Description=Opkg first boot configure
|
|
DefaultDependencies=no
|
|
ConditionPathExists=|/etc/rcS.d/S98configure
|
|
After=remount-rootfs.service
|
|
Before=sysinit.target
|
|
|
|
[Service]
|
|
ExecStart=/etc/rcS.d/S98configure
|
|
RemainAfterExit=No
|
|
Type=oneshot
|
|
StandardOutput=syslog
|
|
TimeoutSec=0
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|
|
WantedBy=sysinit.target
|