diff options
author | Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com> | 2018-05-15 16:48:31 +0200 |
---|---|---|
committer | Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com> | 2018-05-16 08:32:58 +0000 |
commit | bc8535e5220456c7cfd6532177c6097f4177b551 (patch) | |
tree | f85a388dfd318a157585634eef2cb0683f07474f | |
parent | 6ffc320a89519361f1f14ce52bda86f480782a1f (diff) | |
download | meta-boot2qt-bc8535e5220456c7cfd6532177c6097f4177b551.tar.gz |
Neptune 3 UI: add startup timer environment variable
Change-Id: Ib9b2603add590ad84f1c9d5f8b198dffa1ab7202
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service index 347a1ca..876509f 100644 --- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service +++ b/meta-boot2qt/recipes-qt/automotive/neptune3-ui/neptune.service | |||
@@ -6,6 +6,7 @@ After=dbus.service dbus-session.service systemd-user-sessions.service | |||
6 | ExecStart=/usr/bin/appcontroller /opt/neptune3/neptune3-ui -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 | Environment=AM_STARTUP_TIMER=1 | ||
9 | 10 | ||
10 | [Install] | 11 | [Install] |
11 | WantedBy=multi-user.target | 12 | WantedBy=multi-user.target |