Enable the pending show for the rotation process.
[platform/core/uifw/e17.git] / packaging / e17.service
1
2 #
3 # Starts the enlightenment wm/compositor
4 #
5
6 [Unit]
7 Description=Enlightenment WM/Compositor
8 #Before=core-efl.target
9 After=e17_early.service
10
11 [Service]
12 Type=oneshot
13 ExecStart=/bin/sh -c 'while test ! -e /tmp/.wm_ready; do sleep 0.1; done;'
14