aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-graphics/layer-management/layer-management/layermanager.service
blob: 1540d79ef53c9587106ce37b78cb4d19e8f50bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=LayerManager Service from Genivi
Requires=X.service
After=X.service

[Service]
Type=dbus
BusName=org.genivi.layermanagementservice
ExecStartPre=/bin/sleep 1
ExecStart=/usr/bin/LayerManagerService
TimeoutSec=2s

[Install]
WantedBy=multi-user.target.wants