tbm_module: free bo when it is not from hal_surface.
[platform/core/uifw/libtbm.git] / service / tbm-drm-auth-user.service
1 [Unit]
2 Description=Creating a link file for user to access tbm-drm-auth
3 DefaultDependencies=no
4 Before=starter.service
5
6 [Service]
7 Type=oneshot
8 ExecStart=/usr/bin/sh -c "while [ ! -e /run/tbm-drm-auth ] ; do /usr/bin/sleep .1 ; done ;/usr/bin/ln -s /run/tbm-drm-auth /run/user/%U/"