mirror of
git://git.yoctoproject.org/poky
synced 2026-08-19 12:18:56 +00:00
run-postinsts.service: remove redundant line
The basic.target itself requires sysinit.target, so there's no need to write this redundant line in the run-postinsts unit file. (From OE-Core rev: 28835fcd78fd35db6d3bd7ee2be16904ddf11991) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
23c9436282
commit
1ea5aad63a
@ -13,5 +13,4 @@ RemainAfterExit=No
|
|||||||
TimeoutSec=0
|
TimeoutSec=0
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=basic.target
|
|
||||||
WantedBy=sysinit.target
|
WantedBy=sysinit.target
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user