# Options for rsyslogd
# Syslogd options are deprecated since rsyslog v3.
# If you want to use them, switch to compatibility mode 2 by "-c 2"
# See rsyslogd(8) for more details
SYSLOGD_OPTIONS="-c 5"

# This sets the grace period given by the `service' command for shutting
# down the daemon. After it passes, the daemon is sent the KILL signal.
# If not set, the default from /etc/init.d/functions is used. The value
# is given in seconds.
#SERVICE_SHUTDOWN_TIMEOUT="3"
