mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
13 lines
301 B
Desktop File
13 lines
301 B
Desktop File
[Unit]
|
|
Description=Kanata Service
|
|
Documentation=https://github.com/jtroo/kanata
|
|
|
|
[Service]
|
|
Environment=PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/bin
|
|
Type=simple
|
|
ExecStart=/bin/sh -c 'exec /usr/bin/kanata --cfg /home/michael/.config/kanata/config.kbd'
|
|
Restart=no
|
|
|
|
[Install]
|
|
WantedBy=default.target
|