]> code.ossystems Code Review - openembedded-core.git/commitdiff
run-postinsts.service: remove redundant line
authorChen Qi <Qi.Chen@windriver.com>
Wed, 3 Sep 2014 07:09:21 +0000 (15:09 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Sep 2014 09:24:23 +0000 (10:24 +0100)
The basic.target itself requires sysinit.target, so there's no
need to write this redundant line in the run-postinsts unit file.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service

index 822327aadcfb51661165a6505739a2957af4317a..85a043949e6256ef4906a5b452447774484d70ea 100644 (file)
@@ -13,5 +13,4 @@ RemainAfterExit=No
 TimeoutSec=0
 
 [Install]
-WantedBy=basic.target
 WantedBy=sysinit.target