File: default

package info (click to toggle)
gatling 0.13-6.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,260 kB
  • sloc: ansic: 25,952; makefile: 143; sh: 71; perl: 30
file content (23 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Defaults for gatling initscript
# sourced by /etc/init.d/gatling
# installed at /etc/default/gatling by the maintainer scripts

#
# This is a POSIX shell fragment
#

#
# uncomment the next line run gatling automatically at startup
#
#START_DAEMON="YES"

#
# Gatling options
#
DAEMON_OPTS="-e -v -D -S -F -U -u nobody -c /var/www"

#
# Choose daemon in use. Default is TLS-enabled tlsgatling
# Alternatives: gatling, ptlsgatling (PolarSSL version)
#
#DAEMON="gatling"