summaryrefslogtreecommitdiffstats
path: root/recipes-demo/homescreen/files/homescreen.service
blob: 6d57ea77573d9b7f3f59d594c8b1f41bea3cbc66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Requires=weston.service
After=weston.service

[Service]
# Placeholder configuration to run as weston user for now.
User=weston
Group=weston
Environment=XDG_RUNTIME_DIR=/run/user/200
EnvironmentFile=-/etc/default/homescreen
ExecStart=/usr/bin/homescreen

[Install]
WantedBy=graphical.target