Quote:
Originally Posted by gutiojj
Hi all,
How to set up syslog server on Fedora 10 Linux server ?
Thanks !
Rgds,
gutiojj
|
Open the file /etc/sysconfig/syslog
edit the particular line in the following manner:
Code:
SYSLOGD_OPTIONS = '-r -m 0'
save and exit.
You may need to restart the syslogd daemon.
P.S. I never tried this on Fedora10.