2014-11-24 12:46:38 +00:00
|
|
|
This directory contains an example for running Syncthing in the
|
2018-01-27 09:07:19 +00:00
|
|
|
background under macOS.
|
2014-11-24 12:46:38 +00:00
|
|
|
|
|
|
|
1. Install the `syncthing` binary in a directory called `bin` in your
|
|
|
|
home directory.
|
|
|
|
|
2015-07-06 19:45:49 +00:00
|
|
|
2. Edit the `syncthing.plist` by replacing `USERNAME` with your actual
|
|
|
|
username such as `jb`.
|
2014-11-24 12:46:38 +00:00
|
|
|
|
|
|
|
3. Copy the `syncthing.plist` file to `~/Library/LaunchAgents`.
|
|
|
|
|
|
|
|
4. Log out and in again, or run `launchctl load
|
|
|
|
~/Library/LaunchAgents/syncthing.plist`.
|
|
|
|
|
|
|
|
You probably want to turn off "Start Browser" among the settings to
|
|
|
|
avoid it opening a browser window on each login.
|
2015-07-06 19:45:49 +00:00
|
|
|
|
|
|
|
Logs are in `~/Library/Logs/Syncthing.log` and, for crashes and exceptions,
|
|
|
|
`~/Library/Logs/Syncthing-Error.log`.
|