Sha256: 17a4f8a86087c8c21c7ac6c73a1e46be2de5d85f05a6c6a9f760b57215f385a9

Contents?: true

Size: 868 Bytes

Versions: 5

Compression:

Stored size: 868 Bytes

Contents

# NO_DAEMON can be set true to prevent the service from daemonizing and run it
# in the foreground instead. Only recommended for testing and diagnostics
#NO_DAEMON=false

# NO_SYSLOG can be set true to prevent the logger from logging messages to syslog
# Only recommended for testing
#NO_SYSLOG=false

# CONF_FILE can be used to start the service with a configuration from a file
# other than the system default (/etc/jerbil/jerbil.rb).
#CONF_FILE=

# By default, the service will suppress all messages to the terminal. For testing and
# diagnostics, set VERBOSE to be true and run with NO_DAEMON
#VERBOSE=false

# By default, runscript will only pass /usr/bin, /usr/sbin, and /bin in the path variable
# so if your gems are getting stuffed into something else (/usr/local) then make sure
# this is set below (make sure it has a trailing /):
SBIN_PATH=/usr/local/sbin/

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jerbil-1.4.8 etc/conf.d/jerbild
jerbil-1.4.7 etc/conf.d/jerbild
jerbil-1.4.6 etc/conf.d/jerbild
jerbil-1.4.5 etc/conf.d/jerbild
jerbil-1.3.3 etc/conf.d/jerbild