Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 3 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 magnus 1
# Defaults for prayer initscript
2
# sourced by /etc/init.d/prayer
3
# installed at /etc/default/prayer by the maintainer scripts
4
 
5
# This is a POSIX shell fragment
6
 
7
# Change to one to enable prayer after editing /etc/prayer/prayer.cf
8
ENABLED=0
9
 
73 magnus 10
# Default values for var_prefix (also used for pid_dir) and
11
# prayer_user. These are set from the command line to make sure that
12
# prayer uses the expected values.
13
#VAR_PREFIX="/var/run/prayer"
14
#PRAYER_USER="prayer"
15
 
16
# Additional ptions. You probably won't need any.
3 magnus 17
DAEMON_OPTS=""