ctdb-scripts: Update statd-callout to try several configuration files
[vlendec/samba-autobuild/.git] / ctdb / config / ctdb.sysconfig
1 # If using SYSV init, install this as /etc/sysconfig/ctdb,
2 # /etc/default/ctdb or similar
3
4 # Allow 1M open files
5 ulimit -n 1048576
6
7 # Allow core files to be created
8 ulimit -c unlimited
9
10 # Useful if default detection doesn't work
11 # CTDB_INIT_STYLE=debian
12
13 # If ctdbd takes a long time to start
14 # CTDB_STARTUP_TIMEOUT=20