File tracd.sysconfig of Package trac100
1
## Path: Network/Trac/tracd
2
## Description: Basic configuration for tracd
3
4
## Type: string
5
## Default "-e /srv/trac"
6
#
7
# default options for the svnserve process
8
# the port number must be >= 1000, if the uid is not root.
9
#
10
TRACD_OPTIONS="--port 8080 -e /srv/trac"
11
12
## Type: string
13
## Default "wwwrun"
14
#
15
# tracd should run as unprivileged user, if possible
16
#
17
TRACD_USERID="wwwrun"
18
19
## Type: string
20
## Default "www"
21
#
22
# tracd should run as unprivileged group, if possible
23
#
24
TRACD_GROUPID="www"
25