Merge "Unchecked GetCharacter func when index is over string length" into tizen_2.2
[platform/framework/native/uifw.git] / clipboard.service
index 7b4d702..6aa30b5 100644 (file)
@@ -1,11 +1,12 @@
   [Unit]
 Description=create folder
 After=tizen-runtime.target
-Before=tizen-runtime.target
+Requires=tizen-runtime.target
 
 [Service]
 Type=oneshot
 ExecStartPre=/bin/mkdir /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