summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/neptune-ui/neptune.service
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-03 16:10:11 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-12-09 08:34:57 +0000
commit80ad88fd866526b191754104a6d78a3d33e712b3 (patch)
tree3d42da476a215592e248ffeb6c24b714679dea0b /recipes-qt/automotive/neptune-ui/neptune.service
parent9fd94853105aaf0670f0f94386d9a30a6876f115 (diff)
downloadmeta-boot2qt-80ad88fd866526b191754104a6d78a3d33e712b3.tar.gz
Add recipes for qtapplicationmanager and neptune-ui
Include both in the automotive image and set neptune-ui to start at boot up. Change-Id: I41197deb6a15540b7d27a5235fc1658582667b4a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'recipes-qt/automotive/neptune-ui/neptune.service')
-rw-r--r--recipes-qt/automotive/neptune-ui/neptune.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-qt/automotive/neptune-ui/neptune.service b/recipes-qt/automotive/neptune-ui/neptune.service
new file mode 100644
index 0000000..9d7881c
--- /dev/null
+++ b/recipes-qt/automotive/neptune-ui/neptune.service
@@ -0,0 +1,11 @@
1[Unit]
2Description=Neptune
3After=systemd-user-sessions.service
4
5[Service]
6ExecStart=/usr/bin/appcontroller /usr/bin/appman -r -c /opt/am/config.yaml -c am-config.yaml --dbus none Main1280x800.qml
7Restart=on-failure
8WorkingDirectory=/opt/neptune
9
10[Install]
11WantedBy=multi-user.target