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

[Service]
Type=forking
ExecStart=/usr/bin/wayland-app-launch.sh

[Install]
WantedBy=multi-user.target