syncthing/etc/macosx-launchd
Jakob Borg 1487552b48 s/in/at/ (fixes #2158) 2015-08-19 10:42:48 +02:00
..
README.md launchd: Log to files 2015-07-06 21:45:49 +02:00
syncthing.plist s/in/at/ (fixes #2158) 2015-08-19 10:42:48 +02:00

README.md

This directory contains an example for running Syncthing in the background under Mac OS X.

  1. Install the syncthing binary in a directory called bin in your home directory.

  2. Edit the syncthing.plist by replacing USERNAME with your actual username such as jb.

  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.

Logs are in ~/Library/Logs/Syncthing.log and, for crashes and exceptions, ~/Library/Logs/Syncthing-Error.log.