Script to run kanata as a background daemon on MacOS #1086
Replies: 3 comments 2 replies
-
I get this output in my error log. I'm assuming it can't access the karabiner virtual driver kit? Anyone else run into this issue and resolved it? It works fine if I run sudo kanata .... manually, this issue specifically happens when trying to start via a launch daemon. |
Beta Was this translation helpful? Give feedback.
-
I keep getting:
This is because of the |
Beta Was this translation helpful? Give feedback.
-
I could not get this to work with sudo launchctl bootstrap system /Library/LaunchDaemons/com.jtroo.kanata.plist
sudo launchctl enable system/com.jtroo.kanata.plist |
Beta Was this translation helpful? Give feedback.
-
Created the following script to run kanata in the background:
Make sure that you know what this script does before running it.
Note that this modifies the sudoers file to allow kanata to run as root without being prompted for a password.
Beta Was this translation helpful? Give feedback.
All reactions