summaryrefslogtreecommitdiff
path: root/packaging/wait-lock.service
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/wait-lock.service')
-rwxr-xr-xpackaging/wait-lock.service14
1 files changed, 0 insertions, 14 deletions
diff --git a/packaging/wait-lock.service b/packaging/wait-lock.service
deleted file mode 100755
index 1147161..0000000
--- a/packaging/wait-lock.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-Description=wait lockscreen
-After=tizen-boot.target boot-animation.service
-Requires=tizen-boot.target
-Before=tizen-system.target
-ConditionPathExists=|/tmp/.passwordlock
-
-[Service]
-Type=oneshot
-ExecStart=/bin/sh -c 'while [ -e /tmp/.passwordlock ]; do sleep 0.5 ; done'
-TimeoutSec=7s
-
-[Install]
-WantedBy=tizen-system.target