summaryrefslogtreecommitdiff
path: root/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-07-17 17:41:16 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-07-22 18:21:23 +0200
commit72d12dac06bf7b06a8d25fafe0a5c9cdb644a4b3 (patch)
treee13dd65c80de7cb03706ad8ddd6aa8cb6f16c0c2 /recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service
parent7dfaa6aea79295320896315abed71124ac09e552 (diff)
wayland-app-launch: add possibility to set environment for app
Related-to: ELB-2838 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service')
-rw-r--r--recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service b/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service
deleted file mode 100644
index d4b1008..0000000
--- a/recipes-graphics/wayland-app-launch/wayland-app-launch/wayland-app-launch.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Start a wayland application
-After=weston@root.service
-Requires=weston@root.service
-
-[Service]
-Restart=always
-Type=forking
-ExecStart=/usr/bin/wayland-app-launch.sh
-
-[Install]
-WantedBy=multi-user.target