Private
Public Access
1
0
Files
Kordophone/kordophoned/README.md

14 lines
470 B
Markdown
Raw Normal View History

# kordophoned
The daemon executable that exposes an IPC interface (Dbus on Linux, XPC on macoS) to the client.
## Running on macOS
Before any client can talk to the kordophone daemon on macOS, the XPC service needs to be manually registered with launchd.
- Copy `include/net.buzzert.kordophonecd.plist` to `~/Library/LaunchAgents` (note the `ProgramArguments` key/value).
- Register using `launchctl load ~/Library/LaunchAgents/net.buzzert.kordophonecd.plist`