13 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # conf.d file for resilio-sync
 | |
| 
 | |
| # User and group daemon runs as
 | |
| SYNC_USER="rslsync"
 | |
| SYNC_GROUP="rslsync"
 | |
| 
 | |
| NAME="BitTorrent Sync"
 | |
| SYNC_NAME="rslsync"
 | |
| SYNC_PATH="/opt/resilio-sync/"
 | |
| SYNC_BINARY="${SYNC_PATH}/${SYNC_NAME}"
 | |
| SYNC_OPTS="--config /etc/ilio-sync/config"
 | |
| SYNC_PIDFILE="/var/run/resilio-sync/${SYNC_NAME}.pid"
 |