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