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

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

[Install]
WantedBy=multi-user.target