[Unit] Description=create folder After=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 [Install] WantedBy=multi-user.target