Skip to content

Instantly share code, notes, and snippets.

@kofuk
Created March 12, 2020 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kofuk/4ef7b0baec48f1af2e6f5561fda89f98 to your computer and use it in GitHub Desktop.
Save kofuk/4ef7b0baec48f1af2e6f5561fda89f98 to your computer and use it in GitHub Desktop.
# copy this file to ~/.config/systemd/user/ and execute
# $ systemctl enable --user my-ibus-daemon.service
# you can start ibus-daemon immediately by executing
# $ systemctl start --user my-ibus-daemon.service
[Unit]
Description=IBus Daemon
Documentation=man:ibus-daemon(1)
[Service]
Type=simple
ExecStart=/usr/bin/ibus-daemon
ExecStop=/usr/bin/kill $MAINPID
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment