btsync added
This commit is contained in:
12
net-p2p/btsync/files/confd
Normal file
12
net-p2p/btsync/files/confd
Normal file
@@ -0,0 +1,12 @@
|
||||
# conf.d file for btsync
|
||||
|
||||
# User and group daemon runs as
|
||||
BTSYNC_USER="btsync"
|
||||
BTSYNC_GROUP="btsync"
|
||||
|
||||
NAME="BitTorrent Sync"
|
||||
SYNC_NAME="btsync"
|
||||
SYNC_PATH="/opt/${SYNC_NAME}/"
|
||||
SYNC_BINARY="${SYNC_PATH}/${SYNC_NAME}"
|
||||
SYNC_OPTS="--config /etc/${SYNC_NAME}/config"
|
||||
SYNC_PIDFILE="/var/run/btsync/${SYNC_NAME}.pid"
|
Reference in New Issue
Block a user