Initial version of headless-server
[platform/core/uifw/headless-server.git] / data / units / display-user.service
1 [Unit]
2 Description=Creating a link file for user to access display manager socket
3 DefaultDependencies=no
4
5 [Service]
6 Type=oneshot
7 ExecStart=/usr/bin/sh -c "while [ ! -e /run/wayland-0 ] ; do /usr/bin/sleep .1 ; done ;/usr/bin/ln -sf /run/wayland-0 /run/user/%U/"