summaryrefslogtreecommitdiffstats
path: root/meta-uhmi/recipes-core/ucl-tools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-uhmi/recipes-core/ucl-tools')
-rw-r--r--meta-uhmi/recipes-core/ucl-tools/files/ucl-launcher.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-uhmi/recipes-core/ucl-tools/files/ucl-launcher.service b/meta-uhmi/recipes-core/ucl-tools/files/ucl-launcher.service
index 37f289e6..a954c90f 100644
--- a/meta-uhmi/recipes-core/ucl-tools/files/ucl-launcher.service
+++ b/meta-uhmi/recipes-core/ucl-tools/files/ucl-launcher.service
@@ -2,7 +2,9 @@
Description=ucl-launcher
[Service]
-Type=idle
+Type=simple
+User=agl-driver
+Environment=XDG_RUNTIME_DIR=/run/user/1001
ExecStart=/usr/bin/ucl-launcher
KillSignal=SIGTERM
TimeoutStopSec=10