summaryrefslogtreecommitdiff
path: root/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service.in
blob: c0f15b1fa63595f0c6ac608f9f48aa931002ee05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Start a wayland application
After=weston@root.service
Requires=weston@root.service

[Service]
Restart=always
Type=forking
Environment=@@application-environment@@
ExecStart=/usr/bin/wayland-app-launch.sh

[Install]
WantedBy=multi-user.target