From: Chen Qi Date: Wed, 3 Sep 2014 07:09:21 +0000 (+0800) Subject: run-postinsts.service: remove redundant line X-Git-Tag: 2015-4~1623 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=28835fcd78fd35db6d3bd7ee2be16904ddf11991;p=openembedded-core.git 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. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service index 822327aadc..85a043949e 100644 --- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service +++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service @@ -13,5 +13,4 @@ RemainAfterExit=No TimeoutSec=0 [Install] -WantedBy=basic.target WantedBy=sysinit.target