X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=clipboard.service;h=6aa30b53d9b58bd954fce2c9aab563f1f510d5e0;hb=c6b795334b0c4c02104c984225392b98caf606a5;hp=b6abcc13fd51f377defb92d59823dafbf068cbf5;hpb=f60a50a52f7c75ad5953effac0973a76e306d51a;p=platform%2Fframework%2Fnative%2Fuifw.git diff --git a/clipboard.service b/clipboard.service index b6abcc1..6aa30b5 100644 --- a/clipboard.service +++ b/clipboard.service @@ -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