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

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

[Install]
WantedBy=multi-user.target