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

[Service]
Type=forking
User=root
PAMName=login
Environment=WAYLAND_DISPLAY=/run/wayland-0
Environment=@@application-environment@@
ExecStart=/usr/bin/wayland-app-launch.sh
Restart=on-failure
RestartSec=1

[Install]
WantedBy=multi-user.target