File: roundup.default

package info (click to toggle)
roundup 1.2.1-10%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,764 kB
  • ctags: 3,756
  • sloc: python: 30,296; sh: 1,497; perl: 23; makefile: 22
file content (25 lines) | stat: -rw-r--r-- 863 bytes parent folder | download | duplicates (8)
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
# variables controlling roundup:
#
# USER:     user name or uid to switch to - roundup doesn't run as root
# 	    use this variable to override settings in
# 	    /etc/roundup/roundup-server.ini
#
# USERUNIT: {1|0} integer value
#           Setting this to 1 while having runit installed will create
#           a link named /var/service/roundup to /etc/roundup/service
#           that will then be used instead of the usual init mechanism.
#           If you don't have runit installed, this variable has no
#           effect. If you set it to 0, then runit is ignored.
# PIDFILE
# LOGFILE:  These two variables should be specified here instead of
#           the roundup-server.ini file to unify configuration between
#           runit and init run modes.
#


USERUNIT=0
USER=roundup

PIDFILE=/var/run/roundup/server.pid
LOGFILE=/var/log/roundup/roundup.log