mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 06:34:46 +02:00
/tmp is required for postinst: Aug 20 16:59:33 overo S98run-postinsts[68]: * opkg_prep_intercepts: Failed to make temp dir /tmp/opkg-07xOYO/opkg-intercept-wfVgAQ: No such file or directory. Aug 20 16:59:33 overo S98run-postinsts[68]: * rm_r: Failed to open dir /tmp/opkg-07xOYO: No such file or directory. This bug left postints unfinished e.g. pango-module-* [1]. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-August/041096.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
18 lines
347 B
Desktop File
18 lines
347 B
Desktop File
[Unit]
|
|
Description=Run pending postinsts
|
|
DefaultDependencies=no
|
|
ConditionPathExists=|/etc/rcS.d/S98run-postinsts
|
|
After=remount-rootfs.service tmp.mount
|
|
Before=sysinit.target
|
|
|
|
[Service]
|
|
ExecStart=/etc/rcS.d/S98run-postinsts
|
|
RemainAfterExit=No
|
|
Type=oneshot
|
|
StandardOutput=syslog
|
|
TimeoutSec=0
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|
|
WantedBy=sysinit.target
|