Skip to content

Instantly share code, notes, and snippets.

@tjluoma
Created February 9, 2015 05:28
Show Gist options
  • Select an option

  • Save tjluoma/62e7fb663e9c9da207b5 to your computer and use it in GitHub Desktop.

Select an option

Save tjluoma/62e7fb663e9c9da207b5 to your computer and use it in GitHub Desktop.

Revisions

  1. tjluoma created this gist Feb 9, 2015.
    24 changes: 24 additions & 0 deletions sync.com.tjluoma.bittorrentsync.plist
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>KeepAlive</key>
    <dict>
    <key>Crashed</key>
    <true/>
    <key>SuccessfulExit</key>
    <false/>
    </dict>
    <key>Label</key>
    <string>sync.com.tjluoma.bittorrentsync</string>
    <key>ProgramArguments</key>
    <array>
    <string>/usr/bin/open</string>
    <string>-W</string>
    <string>-a</string>
    <string>BitTorrent Sync</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    </dict>
    </plist>