blob: bc328f9e5d1db1249f253b5b4829ff822df2483f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[Unit]
Description=qt-cluster-receiver
Requires=agl-compositor.service
After=agl-compositor.service
# Since we are part of the agl session, make sure we are started before
# it is complete.
Before=agl-session.target
[Service]
ExecStart=/usr/bin/qt-cluster-receiver
Restart=always
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=agl-session.target
|