diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-08 13:18:14 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-04-08 13:18:14 +0900 |
| commit | b61b58ce2c1371d6f904f108fa7feed3abfbe5c7 (patch) | |
| tree | 008a5cf54ecbfffb97ddac30e44c8ab224395ab0 /.config/rc/init.d/fcitx5 | |
| parent | d4620f3ac119263fee90bd819eadaf84fc8d50b7 (diff) | |
*
Automated-commit-by: dots Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/rc/init.d/fcitx5')
| -rwxr-xr-x | .config/rc/init.d/fcitx5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/rc/init.d/fcitx5 b/.config/rc/init.d/fcitx5 new file mode 100755 index 0000000..c28da7d --- /dev/null +++ b/.config/rc/init.d/fcitx5 @@ -0,0 +1,7 @@ +#!/sbin/openrc-run +DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus" + +command="/usr/bin/fcitx5" +command_args="--replace" +supervisor=supervise-daemon +error_logger="logger -t '${RC_SVCNAME}' -p daemon.error" |