summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/systemd/parley-ibus.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/systemd/parley-ibus.service b/data/systemd/parley-ibus.service
new file mode 100644
index 0000000..c0a89ee
--- /dev/null
+++ b/data/systemd/parley-ibus.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Parley IBus insertion engine
+After=graphical-session.target
+PartOf=graphical-session.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/parley-ibus
+Restart=on-failure
+RestartSec=2
+
+[Install]
+WantedBy=default.target