On 2007-12-24, Scott Baker <[EMAIL PROTECTED]> wrote: > Is there a way to set the owner/group or read permissions of log > files created by rsyslog? I can't find much in the man pages. >
I use these in my /etc/rsyslog.conf to give group "logread" read permissions of all files: $DirGroup logread $DirCreateMode 0750 $FileGroup logread $umask 0027 -jf _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog

