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

View File

@ -13,5 +13,4 @@ RemainAfterExit=No
TimeoutSec=0
[Install]
WantedBy=basic.target
WantedBy=sysinit.target