On Tue, 3 Mar 2015 13:46:43 +1000 Dan Irwin wrote: > Hi all, > > What kind of secret voodoo does one need to use rsyslog on a systemd > system? Is it even possible? >From my notes on making fedora usable: rsyslog isn't installed by default, so you get no log files you can look at with normal tools. The systemd journal has taken over. To restore sanity: yum install rsyslog In /etc/systemd/journald.conf set: Storage=none ForwardToSyslog=yes Create a file named /etc/rsyslog.d/sd-socket.conf that contains: $AddUnixListenSocket /run/systemd/journal/syslog Having gotten real log files back, may need to also install logrotate. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org