Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / conf / default / snf-dispatcher @ 9c0ac5af

History | View | Annotate | Download (285 Bytes)

1
#!/bin/sh
2
#
3
# This file is a shell script to be sourced by the appropriate 
4
# init.d script
5
#
6

    
7
VERBOSE=yes
8

    
9
# Run as a daemon? true/false
10
SNF_DSPTCH_ENABLE=true
11

    
12
# User to run the dispatcher as
13
SNF_USER="www-data"
14

    
15
# How many workers, default 2
16
WORKERS=2
17

    
18
SNF_DPTCH_OPTS="--workers=2"