mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 05:17:49 +00:00
050f9f8091
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4694 LGTM: imsodin |
||
---|---|---|
.. | ||
README.md | ||
syncthing.plist |
This directory contains an example for running Syncthing in the background under macOS.
-
Install the
syncthing
binary in a directory calledbin
in your home directory. -
Edit the
syncthing.plist
by replacingUSERNAME
with your actual username such asjb
. -
Copy the
syncthing.plist
file to~/Library/LaunchAgents
. -
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.
Logs are in ~/Library/Logs/Syncthing.log
and, for crashes and exceptions,
~/Library/Logs/Syncthing-Error.log
.