This file is indexed.

/etc/lcdvc.conf is in lcdproc 0.5.7-2.

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
# lcdvc client configuration file

## general options ##
[lcdvc]

# Address of the LCDd server
#Address=127.0.0.1

# Port to attach to LCDd server
#Port=13666

#If false, report to stderr. If true, to syslog.
#ReportToSyslog=true

# Same as with LCDd.
#ReportLevel=4

# run in foreground [default: false; legal: true, false]
#Foreground=false

# PidFile location when running as daemon [default: /var/run/lcdvc.pid]
#PidFile=/var/run/lcdvc.pid

# Keys to move the visible area around the screen.
#UpKey=Up
#DownKey=Down
#LeftKey=Left
#RightKey=Right

# VC devices to use [default: /dev/vcs, /dev/vcsa]
vcsDevice=/dev/vcs
vcsaDevice=/dev/vcsa

# EOF