14 lines
470 B
Markdown
14 lines
470 B
Markdown
|
|
# 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`
|
||
|
|
|
||
|
|
|