summaryrefslogtreecommitdiffstats
path: root/recipes-demo/cluster-dashboard/cluster-dashboard/cluster-dashboard.service
blob: d96c738bb9e9849eacd50e3ec647ff9b88fc2fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[Unit]
Description=cluster-dashboard

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/cluster-dashboard

Restart=always

StandardOutput=journal
StandardError=journal

[Install]
WantedBy=agl-session.target