Remove systemd user session and clean up packagegroups and images
[AGL/meta-agl-demo.git] / recipes-demo / cluster-receiver / qt-cluster-receiver / qt-cluster-receiver.service
1 [Unit]
2 Description=qt-cluster-receiver
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=graphical.target
10
11 [Service]
12 User=agl-driver
13 Environment=XDG_RUNTIME_DIR=/run/user/1001/
14 ExecStart=/usr/bin/qt-cluster-receiver
15
16 Restart=always
17
18 StandardOutput=journal
19 StandardError=journal
20
21 [Install]
22 WantedBy=graphical.target