rsyslog.confd-r1 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. # /etc/conf.d/rsyslog
  2. # Configuration file
  3. #RSYSLOG_CONFIGFILE="/etc/rsyslog.conf"
  4. # PID file
  5. # If you should ever change this, remember to update
  6. # "/etc/logrotate.d/rsyslog", too.
  7. #RSYSLOG_PIDFILE="/run/rsyslogd.pid"
  8. # You can use this configuration option to pass additional options to the
  9. # start-stop-daemon, see start-stop-daemon(8) for more details.
  10. # Per default we wait 1000ms after we have started the service to ensure
  11. # that the daemon is really up and running.
  12. #RSYSLOG_SSDARGS="--wait 1000"
  13. # The termination timeout (start-stop-daemon parameter "retry") ensures
  14. # that the service will be terminated within a given time (60 + 5 seconds
  15. # per default) when you are stopping the service.
  16. # You need to increase the value when you are working with a large queue.
  17. # See http://www.rsyslog.com/doc/queues.html for further information.
  18. #RSYSLOG_TERMTIMEOUT="TERM/60/KILL/5"
  19. # Options to rsyslogd
  20. # See rsyslogd(8) for more details
  21. # Notes:
  22. # * Do not specify another PIDFILE but use the variable above to change the location
  23. # * Do not specify another CONFIGFILE but use the variable above to change the location
  24. #RSYSLOG_OPTS=""