aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-09-03 15:09:21 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-03 10:24:23 +0100
commit28835fcd78fd35db6d3bd7ee2be16904ddf11991 (patch)
treeab3dee4fde423863e448bc2ffb3e435646cf9e43
parent8fc304a59bb3977146645fe2c3570a3aaa4aac39 (diff)
downloadopenembedded-core-contrib-28835fcd78fd35db6d3bd7ee2be16904ddf11991.tar.gz
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@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service1
1 files changed, 0 insertions, 1 deletions
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