Add flutter-ics-homescreen recipe.
[AGL/meta-agl-demo.git] / recipes-demo / flutter-ics-homescreen / files / flutter-ics-homescreen.service
1 [Unit]
2 Requires=agl-compositor.service applaunchd.service
3 After=agl-compositor.service applaunchd.service
4
5 [Service]
6 User=agl-driver
7 EnvironmentFile=/etc/default/flutter
8 EnvironmentFile=-/etc/default/flutter-ics-homescreen
9 Environment=XDG_RUNTIME_DIR=/run/user/1001/
10 ExecStart=/usr/bin/flutter-auto --b=/usr/share/flutter/flutter_ics_homescreen/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --j=/usr/share/flutter/flutter-ics-homescreen.json --xdg-shell-app-id=homescreen
11 Restart=on-failure
12
13 [Install]
14 WantedBy=graphical.target