File: startopts

package info (click to toggle)
gopher 3.0.3woody2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,796 kB
  • ctags: 2,008
  • sloc: ansic: 23,055; perl: 1,950; sh: 1,691; makefile: 457; asm: 1
file content (33 lines) | stat: -rw-r--r-- 587 bytes parent folder | download
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
# Put options for gopherd in here.  Set options to "" to not set
# or follow the comments.

# Set DONTCHROOT to -c if you don't want to use chroot.

# DONTCHROOT="-c"
DONTCHROOT=""

# The username that you run gopher as.  Leave blank to run as root.

# USEUID=""
USEUID="-u gopher"

# The option file for gopher.

OPTIONFILE="-o /etc/gopherd/gopherd.conf"

# Logging.  Set to the empty string to disable.

#LOGGING=""
LOGGING="-l /var/log/gopherd.log"

# The home for gopher.

GOPHERHOME="/var/gopher"

# Gopher's port.

GOPHERPORT="70"

# Any other options to pass along.

OTHEROPTS=""