Finalize changes for 2.3.1+dfsg-1
[shibboleth/sp.git] / debian / libapache2-mod-shib2.shibd.default
1 # /etc/default/shibd -- Defaults for the shibd init script.  -*- sh -*-
2 #
3 # This file is sourced by /etc/init.d/shibd and is used to configure the
4 # behavior of the init script.  This file must follow standard POSIX shell
5 # syntax.
6
7 # To not start shibd at boot, uncomment this line.
8 #NO_START=1
9
10 # Options passed to shibd by the init script.  The default options are:
11 #
12 #     -f -c /etc/shibboleth2.xml -p $PIDFILE -w 30
13 #
14 # If you change the -p option, also change the $PIDFILE variable to point to
15 # the new location or the init script won't work.
16 #DAEMON_OPTS=""