diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-05-07 08:30:36 +0300 |
---|---|---|
committer | Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com> | 2018-05-07 07:32:52 +0000 |
commit | b0e8fb467d8d38dee34d26121e28a1c268a0d7a4 (patch) | |
tree | 26dc190ade7cbff4b4356525e97c8e6f0f0242c2 /meta-boot2qt/recipes-qt/automotive/neptune3-ui | |
parent | 019debb1bc80ceac33b6b862ad934cebd3f3b257 (diff) | |
download | meta-boot2qt-5.11.0-rc.tar.gz |
neptune3: update revision and startup commandv5.11.0-rc
Update to latest revision and launch neptune3-ui application
binary directly instead of appman.
Task-number: AUTOSUITE-410
Change-Id: Iad795b0bcc15339869933bb6443b4682d48c6f48
Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'meta-boot2qt/recipes-qt/automotive/neptune3-ui')
-rw-r--r-- | meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service index d64a119..347a1ca 100644 --- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service +++ b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service | |||
@@ -3,7 +3,7 @@ Description=Neptune | |||
3 | After=dbus.service dbus-session.service systemd-user-sessions.service | 3 | After=dbus.service dbus-session.service systemd-user-sessions.service |
4 | 4 | ||
5 | [Service] | 5 | [Service] |
6 | ExecStart=/usr/bin/appcontroller /usr/bin/appman -r --dbus session -c am-config.yaml | 6 | ExecStart=/usr/bin/appcontroller /opt/neptune3/neptune3-ui -r --dbus session -c am-config.yaml |
7 | Restart=on-failure | 7 | Restart=on-failure |
8 | WorkingDirectory=/opt/neptune3 | 8 | WorkingDirectory=/opt/neptune3 |
9 | 9 | ||