Upgrade: Do not use systemctl 50/109650/1 accepted/tizen/3.0/common/20170118.131037 accepted/tizen/3.0/ivi/20170118.043126 accepted/tizen/3.0/mobile/20170118.043033 accepted/tizen/3.0/tv/20170118.043050 accepted/tizen/3.0/wearable/20170118.043109 submit/tizen_3.0/20170117.060347
authorSunmin Lee <sunm.lee@samsung.com>
Wed, 11 Jan 2017 02:41:19 +0000 (11:41 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Wed, 11 Jan 2017 02:42:12 +0000 (11:42 +0900)
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 <sunm.lee@samsung.com>
script/500.system_info_upgrade.sh.in

index 90a1abd..9dc4d51 100644 (file)
@@ -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 &