summary refs log tree commit diff
path: root/.config/rc/init.d/fcitx5
blob: c28da7d8a345b28f9e415d7e24805d909caeb804 (plain) (blame)
1
2
3
4
5
6
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"