[oe-commits] Chen Qi : run-postinsts.service: remove redundant line

git at git.openembedded.org git at git.openembedded.org
Tue Sep 2 17:11:21 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 8b0a1c4204076b3b33290fc252574fec48510007
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8b0a1c4204076b3b33290fc252574fec48510007

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Tue Sep  2 18:54:11 2014 +0800

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 <Qi.Chen at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service | 1 -
 1 file changed, 1 deletion(-)

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 822327a..85a0439 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



More information about the Openembedded-commits mailing list