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 11:09:07 +0100 |
commit | 1ea5aad63afba9eeddd1b6dfc197500a2ff4f581 (patch) | |
tree | a3e53b41ec765fb5eadbdfa618762b3a10a12070 | |
parent | 23c943628249712eae86704218050f7ecdfa61a1 (diff) | |
download | poky-1ea5aad63afba9eeddd1b6dfc197500a2ff4f581.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.
(From OE-Core rev: 28835fcd78fd35db6d3bd7ee2be16904ddf11991)
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.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 | |||
13 | TimeoutSec=0 | 13 | TimeoutSec=0 |
14 | 14 | ||
15 | [Install] | 15 | [Install] |
16 | WantedBy=basic.target | ||
17 | WantedBy=sysinit.target | 16 | WantedBy=sysinit.target |