File: example-rc-file

package info (click to toggle)
w1retap 1.5.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,748 kB
  • sloc: ansic: 32,291; sql: 247; ruby: 205; sh: 157; makefile: 44; xml: 19
file content (35 lines) | stat: -rw-r--r-- 916 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Init file - examples

#device = DS2490-1
#device = /dev/ttyUSB0

altitude = 19
timestamp = 1
log_delimiter = \t
log_time_t = Y
release_if = Y
#pressure_reduction_temp = 15.0
allow_rate_escape = Y

init = libw1pgsql.so=dbname=sensors user=luser host=jagular
#log = w1mysql=dbname=wx host=arch-test user=luser password=luser

#init = libw1mysql.so=dbname=sensors user=luser host=arch-vm
#init =  w1sqlite=/home/luser/Projects/wxtest/wx.sqlite
#init =  ./.libs/libw1file.so
#init =  libw1odbc.so=DSN=w1stn
#init = libw1pgsql.so=dbname=w1retap user=luser host=woozle

#log = w1pgsql=dbname=sensors user=luser host=localhost
log = w1file=/tmp/w1retap.log

#log = w1mysql=dbname=w1stn user=w1stn host=tigger password=sososecret
#log = w1sqlite=/opt/misc/sensors.db
#log = w1xml=/tmp/w1xmls.log
#log = w1csv

#rep = w1pgsql=dbname=sensors user=luser
#rep = w1file=/tmp/w1rep.log
pidfile = /tmp/w1retap.pid

force_utc = 1