1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/ctdb/config/ctdb.sysconfig
Martin Schwenke 7e31a1382f ctdb-config: Add default ctdb.sysconfig file, update ctdb.service
Install ctdb.sysconfig in RPM.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2018-05-12 06:11:17 +02:00

15 lines
319 B
Plaintext

# If using SYSV init, install this as /etc/sysconfig/ctdb,
# /etc/default/ctdb or similar
# Allow 1M open files
ulimit -n 1048576
# Allow core files to be created
ulimit -c unlimited
# Useful if default detection doesn't work
# CTDB_INIT_STYLE=debian
# If ctdbd takes a long time to start
# CTDB_STARTUP_TIMEOUT=20