diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-09-03 15:09:21 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-03 10:24:23 +0100 |
commit | 28835fcd78fd35db6d3bd7ee2be16904ddf11991 (patch) | |
tree | ab3dee4fde423863e448bc2ffb3e435646cf9e43 /meta | |
parent | 8fc304a59bb3977146645fe2c3570a3aaa4aac39 (diff) | |
download | openembedded-core-28835fcd78fd35db6d3bd7ee2be16904ddf11991.tar.gz openembedded-core-28835fcd78fd35db6d3bd7ee2be16904ddf11991.tar.bz2 openembedded-core-28835fcd78fd35db6d3bd7ee2be16904ddf11991.zip |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts.service | 1 |
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 |