Forked from MartinBrugnara/btsync.supervisor.conf
Created
September 22, 2016 01:45
-
-
Save JMSwag/0facf8d01c7249566b51cb6acb59f5ee to your computer and use it in GitHub Desktop.
Supervisor .conf for Bit Torrent Sync (btsync)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment