summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-lxc/recipes-graphics/wayland/weston-init-guest')
-rw-r--r--meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.env4
-rw-r--r--meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.service19
2 files changed, 0 insertions, 23 deletions
diff --git a/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.env b/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.env
deleted file mode 100644
index ed5f2621..00000000
--- a/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.env
+++ /dev/null
@@ -1,4 +0,0 @@
-XDG_RUNTIME_DIR=/run/user/0
-DLM_RUNTIME_PATH=/var/display/drm-lease-manager
-DRM_LEASE_DEVICE=lease
-WAYLAND_DISPLAY=wayland-1
diff --git a/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.service b/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.service
deleted file mode 100644
index 5f23ea79..00000000
--- a/meta-agl-lxc/recipes-graphics/wayland/weston-init-guest/weston.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[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