Add env var IDENTITY_WEBSOCKET
[apps/homescreen.git] / homescreen / conf / HomeScreen.service
1 [Unit]
2 Description=AGL reference HomeScreen
3 Requires=dbus.service afm-user-daemon.service InputEventManager.service HomeScreenAppFrameworkBinderAGL.service
4 After=dbus.service afm-user-daemon.service InputEventManager.service HomeScreenAppFrameworkBinderAGL.service WindowManager.service
5 ConditionKernelCommandLine=!agl.nogfx
6 Requires=afm-service-agl-identity-service@0.1.service
7 After=afm-service-agl-identity-service@0.1.service
8
9 [Service]
10 Type=dbus
11 BusName=org.agl.homescreen
12 ExecStart=/usr/AGL/homescreen/HomeScreen.launch
13 # 4194304(= 1 << 22) is special surface id for HomeScreen
14 Environment=QT_IVI_SURFACE_ID=4194304 QT_WAYLAND_SHELL_INTEGRATION=ivi-shell LD_PRELOAD=/usr/lib/libEGL.so.1
15 Restart=on-failure
16 RestartSec=5
17
18 [Install]
19 WantedBy=default.target