tbm_surface_queue: Don't wait enqueue if queue deosn't have dequeue type node
[platform/core/uifw/libtbm.git] / service / tbm-drm-auth.service
1 [Unit]
2 Description= tbm-drm-auth setup service
3
4 [Service]
5 Type=oneshot
6 SmackProcessLabel=System
7 ExecStart=/usr/bin/chmod g+w /run/tbm-drm-auth
8 ExecStart=/usr/bin/chgrp display /run/tbm-drm-auth
9 ExecStart=/usr/bin/chsmack -a User /run/tbm-drm-auth
10
11 [Install]
12 WantedBy=graphical.target