aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-demo/recipes-graphics/wayland/weston/weston.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi-demo/recipes-graphics/wayland/weston/weston.service')
-rw-r--r--meta-ivi-demo/recipes-graphics/wayland/weston/weston.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-ivi-demo/recipes-graphics/wayland/weston/weston.service b/meta-ivi-demo/recipes-graphics/wayland/weston/weston.service
new file mode 100644
index 0000000..c8aafb5
--- /dev/null
+++ b/meta-ivi-demo/recipes-graphics/wayland/weston/weston.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Weston service
+After=dbus.service
+
+[Service]
+ExecStart=/usr/bin/weston-launch -u root
+ExecStop=/usr/bin/killall -s KILL weston
+Type=simple
+
+[Install]
+WantedBy=multi-user.target