1
0
mirror of synced 2024-06-02 10:48:09 +02:00
TheChymera-overlay/net-p2p/syncthing/files/conf.d/syncthing
2015-07-22 03:38:57 +02:00

16 lines
484 B
Plaintext

# Config file for /etc/init.d/syncthing
SYNC_NAME="syncthing"
SYNC_PIDFILE="/var/run/${SYNC_NAME}.pid"
# If you are going to run syncthing as a user, also uncomment the SYNC_HOME line
SYNC_USER="root"
SYNC_GROUP="root"
#SYNC_HOME="/home/${SYNC_USER}/.config/${SYNC_NAME}"
# Make sure SYNC_HOME is set to something so we reduce DRY here and in the init script
SYNC_HOME="${SYNC_HOME:-/etc/${SYNC_NAME}}"
# Any options you want you can set them here
SYNC_OPTS="--home=${SYNC_HOME}"