diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2018-08-17 14:02:55 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2018-08-23 22:14:47 +0000 |
commit | 57c273eb9592f85f6f8b50ce13742e4cab29d1ab (patch) | |
tree | ad6f1a0bbd6e4b2d8b4e4e096dd0aaaa5c6d1461 /units | |
parent | d433ba9e0a64f194a6a60393810975b0120e29fb (diff) | |
download | system-plugin-57c273eb9592f85f6f8b50ce13742e4cab29d1ab.tar.gz system-plugin-57c273eb9592f85f6f8b50ce13742e4cab29d1ab.tar.bz2 system-plugin-57c273eb9592f85f6f8b50ce13742e4cab29d1ab.zip |
Delete lazymount featuresubmit/tizen/20180823.232043accepted/tizen/unified/20180824.062710
Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I8e61739a9bdbf4055c91ff42cabfb58ee2ff0fee
Diffstat (limited to 'units')
-rw-r--r-- | units/lazy_mount.path | 5 | ||||
-rw-r--r-- | units/lazy_mount.service | 8 | ||||
-rw-r--r-- | units/wait-user-mount.service | 11 |
3 files changed, 0 insertions, 24 deletions
diff --git a/units/lazy_mount.path b/units/lazy_mount.path deleted file mode 100644 index b27079f..0000000 --- a/units/lazy_mount.path +++ /dev/null @@ -1,5 +0,0 @@ -[Unit] -Description=Path activator of lazy mount service - -[Path] -PathExists=/tmp/.lazy_mount diff --git a/units/lazy_mount.service b/units/lazy_mount.service deleted file mode 100644 index 8d4d492..0000000 --- a/units/lazy_mount.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=Mount /opt/usr - -[Service] -Type=oneshot -SmackProcessLabel=System::Privileged -ExecStart=/usr/bin/mount-user.sh -SuccessExitStatus=0 diff --git a/units/wait-user-mount.service b/units/wait-user-mount.service deleted file mode 100644 index b648197..0000000 --- a/units/wait-user-mount.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Wait user mount -After=starter.service -Before=basic.target -DefaultDependencies=no - -[Service] -Type=notify -ExecStart=/usr/bin/test_lazymount wait -TimeoutStartSec=365d -RemainAfterExit=yes |