summaryrefslogtreecommitdiffstats
path: root/homescreen/conf/HomeScreen.service
blob: 3a8924215bc0a9e0773d2afbe5383518fb2165de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=AGL reference HomeScreen
Requires=dbus.service afm-user-daemon.service InputEventManager.service HomeScreenAppFrameworkBinderAGL.service
After=dbus.service afm-user-daemon.service InputEventManager.service HomeScreenAppFrameworkBinderAGL.service WindowManager.service
ConditionKernelCommandLine=!agl.nogfx

[Service]
Type=dbus
BusName=org.agl.homescreen
ExecStart=/usr/AGL/homescreen/HomeScreen
# 4194304(= 1 << 22) is special surface id for HomeScreen
Environment=QT_IVI_SURFACE_ID=4194304 QT_WAYLAND_SHELL_INTEGRATION=ivi-shell LD_PRELOAD=/usr/lib/libEGL.so.1
Restart=on-failure
RestartSec=5

[Install]
WantedBy=default.target