summaryrefslogtreecommitdiffstats
path: root/recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service
diff options
context:
space:
mode:
authorAakash Solanki <tech2aks@gmail.com>2022-08-06 13:49:55 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2022-08-07 12:25:52 +0000
commit64bf28866afa1a4dbec1b5c64103f83a61cc3875 (patch)
tree4688fc6667838c81b2d6d26dcd839fed7ddd5488 /recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service
parente2527c62792960dfc76d34a688fd119c589cb44f (diff)
Add a new image for Flutter instrument cluster appneedlefish_13.93.0needlefish/13.93.013.93.0
- Add a new image: agl-cluster-demo-platform-flutter - Add recipe for instrument cluster app - Pin instrument cluster app with kuksa-val-server. Bug-AGL: SPEC-4508 Change-Id: I04dc536e5700fb6b92e8c9a672ebb107c73e6724 Signed-off-by: aakashs45 <tech2aks@gmail.com> (cherry picked from commit 85d834afe1cdc9c25e3d94daefc8d515b7d0c361)
Diffstat (limited to 'recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service')
-rw-r--r--recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service b/recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service
new file mode 100644
index 00000000..71ab791d
--- /dev/null
+++ b/recipes-demo/flutter-cluster-dashboard/files/flutter-cluster-dashboard.service
@@ -0,0 +1,10 @@
+[Unit]
+Requires=agl-compositor.service
+After=agl-compositor.service
+
+[Service]
+ExecStart=/usr/bin/flutter-auto --j=/usr/share/flutter/default.json
+Restart=on-failure
+
+[Install]
+WantedBy=agl-session.target