blob: 494d203169b894471c5648b43dc734ada0061f09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#
# Starts the enlightenment wm/compositor
#
[Unit]
Description=Enlightenment WM/Compositor
Before=core-efl.target
[Service]
Type=notify
NotifyAccess=all
EnvironmentFile=-/etc/sysconfig/e17
OOMScoreAdjust=-1000
ExecStart=/usr/bin/enlightenment_start $OPTIONS
ExecStartPost=-/bin/sh -c 'while test ! -e /tmp/.wm_ready; do sleep 0.1; done; systemd-notify --ready'
[Install]
WantedBy=tizen-mobile.target
|