aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/layer-management/layer-management-0.9.5/layermanager.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/layer-management/layer-management-0.9.5/layermanager.service')
-rw-r--r--recipes-graphics/layer-management/layer-management-0.9.5/layermanager.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-graphics/layer-management/layer-management-0.9.5/layermanager.service b/recipes-graphics/layer-management/layer-management-0.9.5/layermanager.service
new file mode 100644
index 0000000..231fa01
--- /dev/null
+++ b/recipes-graphics/layer-management/layer-management-0.9.5/layermanager.service
@@ -0,0 +1,12 @@
+Description=LayerManager Service from Genivi
+Requires=X.service
+After=X.service
+
+[Service]
+Type=simple
+Environment=LD_PRELOAD=/usr/lib/layermanager/communicator/libDBUSCommunicator.so:/usr/lib/libGLESv2.so.2
+ExecStart=/usr/bin/LayerManagerService
+TimeoutSec=2s
+
+[Install]
+WantedBy=multi-user.target.wants \ No newline at end of file