Statistics
| Branch: | Tag: | Revision:

root / snf-app / conf / default / snf-dispatcher @ a1ac271f

History | View | Annotate | Download (365 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
# Run as a daemon? true/false
8
SNF_DSPTCH_ENABLE=false
9

    
10
# User to run the dispatcher as
11
SNF_USER="www-data"
12

    
13
# Daemon needs to be run from a specific directory atm (FIX)
14
SNF_DAEMON_DIR="/srv/okeanos"
15

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

    
19
SNF_DPTCH_OPTS="--workers=2"