mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
Add config files for Rocky Linux, another RHEL fork
This commit is contained in:
26
syslog/config-Rocky-Linux-6.0-ALL
Normal file
26
syslog/config-Rocky-Linux-6.0-ALL
Normal file
@ -0,0 +1,26 @@
|
||||
pri_all=1
|
||||
syslogd=/sbin/rsyslogd
|
||||
m4_conf=0
|
||||
syslog_conf=/etc/rsyslog.conf
|
||||
pri_dir=1
|
||||
pid_file=/var/run/rsyslogd.pid /run/syslogd.pid
|
||||
facilities=auth authpriv cron daemon kern lpr mail mark news syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7
|
||||
m4_path=
|
||||
sync=1
|
||||
pipe=1
|
||||
tags=0
|
||||
lines=100
|
||||
file_/var/log/messages=desc_sysmesg
|
||||
file_/var/log/secure=desc_auth
|
||||
file_/var/log/maillog=desc_mail
|
||||
file_/var/log/spooler=desc_uucp
|
||||
file_/var/log/boot.log=desc_boot
|
||||
file_/var/log/news.crit=desc_news
|
||||
file_/var/log/news.err=desc_news
|
||||
file_/var/log/news.notice=desc_news
|
||||
socket=0
|
||||
start_cmd=service rsyslog start
|
||||
restart_cmd=service rsyslog restart
|
||||
compressed=1
|
||||
others=1
|
||||
reverse=0
|
Reference in New Issue
Block a user