diff options
Diffstat (limited to 'www-apps/rt/files/rt.conf.d')
-rw-r--r-- | www-apps/rt/files/rt.conf.d | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www-apps/rt/files/rt.conf.d b/www-apps/rt/files/rt.conf.d new file mode 100644 index 000000000000..5fa292d2aefb --- /dev/null +++ b/www-apps/rt/files/rt.conf.d @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/files/rt.conf.d,v 1.1 2006/01/26 21:10:33 rl03 Exp $ + +# Config file for /etc/init.d/rt + +RTUSER=rt +RTGROUP=lighttpd + +# set RTPATH to rt's root +RTPATH=/var/www/localhost/rt-3.4.5 + +FCGI_SOCKET_PATH=${RTPATH}/var/appSocket +PIDFILE=${RTPATH}/var/pid |