init: set core file size to unlimited by default
[bbaumbach/samba-autobuild/.git] / packaging / RHEL-CTDB / setup / smb.init
index 4dd5b23ae7bf2c92cd507d45f80e83cd70cf6314..00984d22fe8a95bd5dc2f70cebc168feff159f5b 100644 (file)
@@ -51,6 +51,7 @@ RETVAL=0
 start() {
        KIND="SMB"
        echo -n $"Starting $KIND services: "
+       ulimit -c unlimited
        daemon smbd $SMBDOPTIONS
        RETVAL=$?
        echo