This file is indexed.

/etc/twatch/twatch.conf is in libtwatch-perl 0.0.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
################################################################################
#
# TWatch default configuration file
#
################################################################################

### Paths ######################################################################

# Project files directory
# Default: ~/.twatch/project/*.xml
Project     = ~/.twatch/project/*.xml

# Path to save *.torrent files.
# Typically, from this path your torrent client get *.torrent files to
# start download.
# Default: ~/.twatch/torrents
Save        = ~/.twatch/torrents

# Downloaded torrents info
# Default: ~/.twatch/complete/*.xml
Complete    = ~/.twatch/complete/*.xml

# Plugin path
# Default: /usr/share/perl5/Twatch/Plugin/*.pm
Plugin      = /usr/share/perl5/Twatch/Plugin/*.pm

### Download ###################################################################

# Update time
# Not used in this version. Use cron and see man.
# Default: 3600
#Time       = 3600

# Don`t use proxy
# Default: no
NoProxy     = no

### Email ######################################################################

# User email
# Default: root
Email       = root

# Email level: [none | [info,error]]
# error - send errors only
# info  - send completed
# none  - don`t send any message
# Default: info,error
EmailLevel  = info,error

### Timeouts ###################################################################

# Sleep time between watches
# Default: 10
TimeoutWatch     = 10

# Sleep time between content downloads
# Default: 10
TimeoutDownloads = 1