From: SeokYeon Hwang Date: Wed, 24 Jun 2015 06:15:16 +0000 (+0900) Subject: prerun: commented out lazy execution X-Git-Tag: submit/tizen/20151125.063743~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f5c7d550b226b04c2ae3bd9a616b94b16ee2c4f;p=platform%2Fadaptation%2Femulator%2Fsystem-plugin-emulator.git prerun: commented out lazy execution Prerun execution from ramfs - before init - is verified. So we commented lazy execution out. Change-Id: Ic86c27f033cb27d365a468f452f04a230bf7e7c5 Signed-off-by: SeokYeon Hwang (cherry picked from commit 4a18e9d177f2c1bc9c34b3a8f7ead235814eda71) --- diff --git a/filesystem/usr/lib/systemd/system/emul-common-preinit.service b/filesystem/usr/lib/systemd/system/emul-common-preinit.service index 9c2683b..441024d 100644 --- a/filesystem/usr/lib/systemd/system/emul-common-preinit.service +++ b/filesystem/usr/lib/systemd/system/emul-common-preinit.service @@ -9,8 +9,9 @@ Type=oneshot # execute prerun scripts. # it is not necessary because it is already executed from initramfs. -# but we execute it again for sure. -ExecStartPre=/bin/sh -c '. /etc/emulator/prerun' +# commented out for debugging. +#ExecStartPre=/bin/sh -c '. /etc/emulator/prerun' + # W/A for alarm-service ExecStart=/bin/touch /dev/rtc1 ExecStartPost=/usr/bin/chsmack -a "_" /etc/config/model-config.xml