summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical-html5/recipes-openivi/openivi-html5/openivi-html5/openivi-html5.service
blob: 2c86484753b033ff8f35fde9b4fe224e5558ce1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=HTML5 runtime for OpenIVI Mobility applications
Requires=afm-user-daemon.service InputEventManager.service
After=afm-user-daemon.service InputEventManager.service
ConditionKernelCommandLine=!agl.nogfx

[Service]
Type=dbus
BusName=org.agl.openivi
ExecStart=/usr/bin/openivi-html5.sh
Restart=on-failure
RestartSec=5
TimeoutStopSec=1

[Install]
WantedBy=default.target