[-]
[+]
|
Changed |
btsync.spec
|
|
[-]
[+]
|
Added |
btsync.conf
^
|
@@ -0,0 +1,14 @@
+{
+ "device_name": "nas",
+ "listening_port" : 0,
+ "storage_path" : "/etc/btsync",
+ "pid_file" : "/var/run/btsync/btsync.pid",
+ "check_for_updates" : false,
+ "use_upnp" : true,
+ "download_limit" : 0,
+ "upload_limit" : 0,
+ "webui" :
+ {
+ "listen" : "0.0.0.0:8888"
+ }
+}
|
[-]
[+]
|
Changed |
btsync.sysconfig
^
|
@@ -3,4 +3,4 @@
#
# path and name of btsync config
#
-BTSYNC_OPTIONS="--config /etc/btsync/settings.dat"
+BTSYNC_OPTIONS="--config /etc/btsync/btsync.conf"
|