Remove systemd user session and clean up packagegroups and images
[AGL/meta-agl-demo.git] / recipes-demo / flutter-cluster-dashboard / files / flutter-cluster-dashboard.service
1 [Unit]
2 Requires=agl-compositor.service
3 After=agl-compositor.service
4
5 [Service]
6 User=agl-driver
7 EnvironmentFile=/etc/default/flutter
8 EnvironmentFile=-/etc/default/flutter-cluster-dashboard
9 Environment=XDG_RUNTIME_DIR=/run/user/1001/
10 ExecStart=/usr/bin/flutter-auto --b=/usr/share/flutter/flutter_cluster_dashboard/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --j=/usr/share/flutter/flutter-cluster-dashboard.json
11 Restart=on-failure
12
13 [Install]
14 WantedBy=graphical.target