commit d3ffbb39c4f6efcdc1e0a1705de6ef71987d46ae Author: aagbsn aagbsn@extc.org Date: Sun Oct 26 12:24:45 2014 +0000
Set system-wide defaults for logfile, use /var/lib/ooni instead of /usr/share/ooni --- data/ooniprobe.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/ooniprobe.conf.sample b/data/ooniprobe.conf.sample index 8e19995..df92fbd 100644 --- a/data/ooniprobe.conf.sample +++ b/data/ooniprobe.conf.sample @@ -4,7 +4,7 @@
basic: # Where OONIProbe should be writing it's log file - logfile: ~/.ooni/ooniprobe.log + logfile: /var/log/ooniprobe.log privacy: # Should we include the IP address of the probe in the report? includeip: false @@ -46,7 +46,7 @@ advanced: # How many reports to perform concurrently reporting_concurrency: 15 # Specify here a custom data_dir path - data_dir: /usr/share/ooni + data_dir: /var/lib/ooni oonid_api_port: 8042 tor: #socks_port: 8801