modified ac.service file
authorJaeho Lee <jaeho81.lee@samsung.com>
Tue, 12 Feb 2013 10:16:47 +0000 (19:16 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Tue, 12 Feb 2013 10:16:47 +0000 (19:16 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
packaging/ac.service
packaging/aul.spec

index 2b7bbcd..3d65369 100644 (file)
@@ -8,7 +8,7 @@ Description=Start the Access Control server
 [Service]
 Environment=DISPLAY=:0
 ExecStartPre=-/bin/mkdir -m 1777 /tmp/alaunch
-ExecStart=/bin/sh -c 'while test ! -e /tmp/.X0-lock; do sleep 0.1; done; exec /usr/bin/amd'
+ExecStart=/bin/sh -c 'while test ! -e /tmp/.wm_ready; do sleep 0.1; done; exec /usr/bin/amd'
 
 OOMScoreAdjust=-100
 
index 887a67e..c9c3161 100644 (file)
@@ -1,6 +1,6 @@
 Name:       aul
 Summary:    App utility library
-Version:    0.0.240
+Version:    0.0.241
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0