btsync added

This commit is contained in:
Micha Glave
2016-04-25 09:53:42 +02:00
parent 3090ed1857
commit ac7008596b
4 changed files with 125 additions and 0 deletions

View 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"