diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 12:46:45 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 12:46:45 +0200 |
| commit | c6a83f2392293bd34c0c9ba6286bf34063446027 (patch) | |
| tree | 8d4845328fa99a505bd83fe1d62be0ea6278861e /data | |
| parent | a0e54437fe03b36903faa8b600b6ba903cb15392 (diff) | |
Add IBus passthrough insertion prototype
Diffstat (limited to 'data')
| -rw-r--r-- | data/systemd/parley-ibus.service | 13 |
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 |
