summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest/weston.service
blob: 5f23ea791142deb6e911da8f00af3220b4721b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Weston Wayland Compositor
RequiresMountsFor=/run
After=multi-user.target
Wants=multi-user.target

[Service]
User=root
PAMName=login
EnvironmentFile=-/etc/default/weston
StandardError=journal
PermissionsStartOnly=true
IgnoreSIGPIPE=no
Type=notify

ExecStart=/usr/bin/weston --config /etc/xdg/weston/weston.ini --idle-time=0 --drm-lease=${DRM_LEASE_DEVICE} --log=/var/log/weston.log

[Install]
WantedBy=multi-user.target