Skip to content

Instantly share code, notes, and snippets.

@MartinBrugnara
Last active September 22, 2016 01:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save MartinBrugnara/6047922 to your computer and use it in GitHub Desktop.
Save MartinBrugnara/6047922 to your computer and use it in GitHub Desktop.
Supervisor .conf for Bit Torrent Sync (btsync)
[program:btsync]
command=/usr/local/btsync/btsync --nodaemon --config /usr/local/btsync/sync.conf
user=<%= btuser %>
redirect_stderr=true
stdout_logfile=/tmp/btsync.log
stdout_logfile_maxbytes=1MB
stdout_logfile_backups=3
@XGFan
Copy link

XGFan commented Oct 13, 2014

It's useful
thank you

@wencan
Copy link

wencan commented Feb 26, 2015

thank you

@gccpacman
Copy link

usefule, very thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment