Statistics
| Branch: | Tag: | Revision:

root / debian / snf-cyclades-app.snf-dispatcher.default @ 23b635c4

History | View | Annotate | Download (286 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=false
11

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

    
15
# Options to be passed to snf-dispatcher daemon
16
SNF_DSPTCH_OPTS=""