1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +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:
Chen Qi
2014-09-03 15:09:21 +08:00
committed by Richard Purdie
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