Merge from TIZEN 2.3
[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
10 [Service]
11 Type=notify
12 NotifyAccess=all
13 EnvironmentFile=-/etc/sysconfig/e17
14 OOMScoreAdjust=-1000
15 ExecStart=/usr/bin/enlightenment_start $OPTIONS
16 ExecStartPost=-/bin/sh -c 'while test ! -e /tmp/.wm_ready; do sleep 0.1; done; systemd-notify --ready'
17
18 [Install]
19 WantedBy=tizen-mobile.target
20