debian: Bring Debian packaging in-line with new file locations
[sliver-openvswitch.git] / debian / openvswitch-switch.template
1 # This is a POSIX shell fragment                -*- sh -*-
2
3 # To configure the OpenFlow switch, fill in the following properly and
4 # uncomment them.  Afterward, the switch will come up
5 # automatically at boot time.  It can be started immediately with
6 #       /etc/init.d/openvswitch-switch start
7
8 # OVSDB_SERVER_OPTS: Additional options to pass to ovsdb-server,
9 # e.g. "--fail=open"
10 OVSDB_SERVER_OPTS=
11
12 # OVS_VSWITCHD_OPTS: Additional options to pass to ovs-vswitchd,
13 # e.g. "--fail=open"
14 OVS_VSWITCHD_OPTS=
15
16 # CORE_LIMIT: Maximum size for core dumps.
17 #
18 # Leaving this unset will use the system default.  Setting it to 0
19 # will disable core dumps.  Setting it to "unlimited" will dump all
20 # core files regardless of size.
21 #CORE_LIMIT=unlimited
22
23 # ENABLE_MONITOR: If 'y' then monitor daemon processes and restart them
24 #    if they die due to an error signal.
25 # ENABLE_MONITOR=y