diff options
Diffstat (limited to 'main/trac/tracd.confd')
-rw-r--r-- | main/trac/tracd.confd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/trac/tracd.confd b/main/trac/tracd.confd new file mode 100644 index 000000000..2cb9d292a --- /dev/null +++ b/main/trac/tracd.confd @@ -0,0 +1,13 @@ +# The commented variables in this file are the defaults that are used +# in the init-script. You don't need to uncomment them except to +# customize them to different values. + +# Port for tracd +#TRACD_PORT="8000" + +# Options for tracd +#TRACD_OPTS="--env-parent-dir /var/lib/trac/" + +# User and group as which to run tracd +#TRACD_USER="tracd" +#TRACD_GROUP="tracd" |