summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/recipes-graphics/wayland/weston-init/weston.service
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-graphics/wayland/weston-init/weston.service')
-rw-r--r--yocto-poky/meta/recipes-graphics/wayland/weston-init/weston.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/yocto-poky/meta/recipes-graphics/wayland/weston-init/weston.service b/yocto-poky/meta/recipes-graphics/wayland/weston-init/weston.service
deleted file mode 100644
index 4f1f7ff10..000000000
--- a/yocto-poky/meta/recipes-graphics/wayland/weston-init/weston.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Weston Wayland compositor startup
-RequiresMountsFor=/run
-
-[Service]
-User=root
-EnvironmentFile=-/etc/default/weston
-Environment="XDG_RUNTIME_DIR=/run/user/root"
-ExecStartPre=/bin/mkdir -p /run/user/root
-ExecStartPre=/bin/chmod 0700 /run/user/root
-ExecStart=/usr/bin/openvt -v -e /usr/bin/weston -- $OPTARGS
-
-[Install]
-WantedBy=multi-user.target
-