Merge "Unchecked GetCharacter func when index is over string length" into tizen_2.2
[platform/framework/native/uifw.git] / clipboard.service
index b6abcc1..6aa30b5 100644 (file)
@@ -1,11 +1,13 @@
   [Unit]
 Description=create folder
-After=
-Before=
+After=tizen-runtime.target
+Requires=tizen-runtime.target
+
 [Service]
-Type=OneShot
+Type=oneshot
 ExecStartPre=/bin/mkdir /tmp/clipboard
-ExecStartPre=/bin/chmod 777 /tmp/clipboard
+ExecStartPre=/bin/chown app:app /tmp/clipboard
+ExecStartPre=/bin/chmod 755 /tmp/clipboard
 ExecStartPre=/usr/bin/chsmack -a 'system::clipboard' /tmp/clipboard
 ExecStart=/usr/bin/chsmack -t /tmp/clipboard