summaryrefslogtreecommitdiffstats
path: root/recipes-demo/cluster-receiver/cluster-receiver/cluster-receiver.service
blob: e544e25fc714e079f7e69d590aeeddfd85b79f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=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/xdg-cluster-receiver

Restart=always

StandardOutput=journal
StandardError=journal

[Install]
WantedBy=agl-session.target