diff options
author | Sunmin Lee <sunm.lee@samsung.com> | 2017-01-04 14:29:12 +0900 |
---|---|---|
committer | Sunmin Lee <sunm.lee@samsung.com> | 2017-03-01 21:56:39 -0800 |
commit | 383e6d3cd574a40f58634f5064ab8619cfae7789 (patch) | |
tree | 6e0958f1b9ed9819779bab4132f80a360d102783 /units | |
parent | a3ddca89de27fadbd04c076d730db787d8de7b8b (diff) | |
download | system-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.service | 10 | ||||
-rw-r--r-- | units/offline-update.service | 9 |
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 |