summaryrefslogtreecommitdiff
path: root/scim.service
diff options
context:
space:
mode:
Diffstat (limited to 'scim.service')
-rw-r--r--scim.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/scim.service b/scim.service
new file mode 100644
index 0000000..5e6fcbd
--- /dev/null
+++ b/scim.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Start the input service framework panel
+
+[Service]
+ExecStart=/usr/bin/isf-panel-efl
+Environment="DISPLAY=:0.0" "HOME=%h" USE_OZONE_WAYLAND_VKB=1 OZONE_WAYLAND_USE_XDG_SHELL='defined'
+EnvironmentFile=/run/tizen-system-env
+Restart=always
+RestartSec=2
+
+[Install]
+WantedBy=default.target