From: Chen Qi Date: Wed, 3 Sep 2014 07:09:21 +0000 (+0800) Subject: run-postinsts.service: remove redundant line X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~32460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28835fcd78fd35db6d3bd7ee2be16904ddf11991;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- 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 822327aadcf..85a043949e6 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