summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-graphics/wayland/weston-init/weston.service
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-graphics/wayland/weston-init/weston.service')
-rw-r--r--external/poky/meta/recipes-graphics/wayland/weston-init/weston.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/external/poky/meta/recipes-graphics/wayland/weston-init/weston.service b/external/poky/meta/recipes-graphics/wayland/weston-init/weston.service
new file mode 100644
index 00000000..18f72626
--- /dev/null
+++ b/external/poky/meta/recipes-graphics/wayland/weston-init/weston.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Weston Wayland Compositor
+RequiresMountsFor=/run
+
+[Service]
+User=root
+PAMName=login
+EnvironmentFile=-/etc/default/weston
+ExecStart=/usr/bin/weston-start -v -e -- $OPTARGS
+
+[Install]
+WantedBy=multi-user.target
+