From: Sunmin Lee Date: Wed, 11 Jan 2017 02:41:19 +0000 (+0900) Subject: Upgrade: Do not use systemctl X-Git-Tag: submit/tizen_3.0/20170117.060347^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf851c52d2c3f373bf31ae9330fbbd30427cd2e9;p=platform%2Fcore%2Fapi%2Fsystem-info.git Upgrade: Do not use systemctl The system offline update is going to be done without basic.target. However, systemctl command requires basic.target internally. So, replace it with a command. Change-Id: I84fecf4ad727a82506cd4eab9ce091fa29b35d03 Signed-off-by: Sunmin Lee --- diff --git a/script/500.system_info_upgrade.sh.in b/script/500.system_info_upgrade.sh.in index 90a1abd..9dc4d51 100644 --- a/script/500.system_info_upgrade.sh.in +++ b/script/500.system_info_upgrade.sh.in @@ -11,4 +11,4 @@ chown root:system_share @SHARED_PATH@ chmod 775 @SHARED_PATH@ chsmack -a "System::Shared" -t @SHARED_PATH@ -systemctl start tizenid.service +/usr/bin/tizen_id &