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

git at git.openembedded.org git at git.openembedded.org
Wed Sep 3 10:09:36 UTC 2014


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

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Wed Sep  3 15:09:21 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