File: minicoredumper.default

package info (click to toggle)
minicoredumper 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,244 kB
  • sloc: ansic: 5,088; sh: 4,397; makefile: 145
file content (16 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Defaults for minicoredumper initscript
# sourced by /etc/init.d/minicoredumper

#
# This is a POSIX shell fragment
#

# Setup the Linux kernel to use the minicoredumper for core dumps.
# (A value of 1 means setup. Anything else means do not setup.)
MINICOREDUMPER_ACTIVATE=1

# Start the minicoredumper regd daemon on boot. This is only necessary
# if there will be libminicoredumper-based applications running and
# these applications register custom dumps.
# (A value of 1 means enabled. Anything else means disabled on boot.)
MINICOREDUMPER_REGD_START=0