Restore cluster and telematics demo images
[AGL/meta-agl-demo.git] / recipes-demo / cluster-dashboard / cluster-dashboard / cluster-dashboard.service
1 [Unit]
2 Description=cluster-dashboard
3
4 Requires=agl-compositor.service
5 After=agl-compositor.service
6
7 # Since we are part of the agl session, make sure we are started before
8 # it is complete.
9 Before=agl-session.target
10
11 [Service]
12 ExecStart=/usr/bin/cluster-dashboard
13
14 Restart=always
15
16 StandardOutput=journal
17 StandardError=journal
18
19 [Install]
20 WantedBy=agl-session.target