summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorSunmin Lee <sunm.lee@samsung.com>2017-01-04 14:29:12 +0900
committerSunmin Lee <sunm.lee@samsung.com>2017-03-01 21:56:39 -0800
commit383e6d3cd574a40f58634f5064ab8619cfae7789 (patch)
tree6e0958f1b9ed9819779bab4132f80a360d102783 /units
parenta3ddca89de27fadbd04c076d730db787d8de7b8b (diff)
downloadsystem-plugin-383e6d3cd574a40f58634f5064ab8619cfae7789.tar.gz
system-plugin-383e6d3cd574a40f58634f5064ab8619cfae7789.tar.bz2
system-plugin-383e6d3cd574a40f58634f5064ab8619cfae7789.zip
Upgrade: Move RW update files
RW update files are moved to separate package: system-rw-update Change-Id: Iee40b4e5d8c07beafdb47f41cffdf2150486edaf Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
Diffstat (limited to 'units')
-rw-r--r--units/init-update.service10
-rw-r--r--units/offline-update.service9
2 files changed, 0 insertions, 19 deletions
diff --git a/units/init-update.service b/units/init-update.service
deleted file mode 100644
index 672a76a..0000000
--- a/units/init-update.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=System update initialize service
-DefaultDependencies=no
-Requires=sysinit.target
-After=sysinit.target
-Before=sdbd.service
-
-[Service]
-Type=oneshot
-ExecStart=/system-update/update-init.sh
diff --git a/units/offline-update.service b/units/offline-update.service
deleted file mode 100644
index adc8f12..0000000
--- a/units/offline-update.service
+++ /dev/null
@@ -1,9 +0,0 @@
-[Unit]
-Description=System update script service
-DefaultDependencies=no
-Requires=sysinit.target
-After=sysinit.target init-update.service
-
-[Service]
-Type=simple
-ExecStart=/system-update/update.sh