Skip to content

Instantly share code, notes, and snippets.

@hostmaster
Forked from MartinBrugnara/btsync.supervisor.conf
Last active December 26, 2015 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hostmaster/7216705 to your computer and use it in GitHub Desktop.
Save hostmaster/7216705 to your computer and use it in GitHub Desktop.
supervisord configuration for btsync
[program:btsync]
command=/opt/BTSync/bin/btsync --nodaemon --config /home/<%= btuser %>/.btsync/config
user=<%= btuser %>
umask=002
directory=/home/<%= btuser %>
redirect_stderr=true
stdout_logfile=/home/<%= btuser %>/.btsync/error.log
stdout_logfile_maxbytes=1MB
stdout_logfile_backups=3
autorestart=true
numprocs=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment