blob: a57fc5cc57cc30254c87563d036c67f20fbb77aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Requires=agl-compositor.service
After=agl-compositor.service
[Service]
EnvironmentFile=/etc/default/flutter
EnvironmentFile=-/etc/default/flutter-homescreen
ExecStart=/usr/bin/flutter-auto --b=/usr/share/flutter/flutter_homescreen/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --j=/usr/share/flutter/flutter-homescreen.json --xdg-shell-app-id=homescreen
Restart=on-failure
[Install]
WantedBy=agl-session.target
|