On Thu, Nov 17, 2016 at 5:04 PM, Tom Horsley <horsley1...@gmail.com> wrote:
>
> 1. Make sure you install rsyslog if it isn't already.
>
> 2. Edit /etc/systemd/journald.conf and set these parameters:
>
> Storage=none
> ForwardToSyslog=yes
>
> 3. Edit /etc/rsyslog.conf and make sure
> $ModLoad imuxsock
> is *not* commented out.
>
> 4. Generate the /etc/rsyslog.d/listen.conf file with
> $SystemLogSocketName /run/systemd/journal/syslog
>
> 5. Generate the /etc/rsyslog.d/sd-socket.conf file with
> $AddUnixListenSocket /run/systemd/journal/syslog

You don't need (5).

PS: Using non-legacy directives,

module(load="imuxsock" SysSock.Name="/run/systemd/journal/syslog")

is equivalent to

$ModLoad imuxsock
$SystemLogSocketName /run/systemd/journal/syslog
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to