https://bugzilla.novell.com/show_bug.cgi?id=656104 https://bugzilla.novell.com/show_bug.cgi?id=656104#c11 --- Comment #11 from Marius Tomaschewski <mt@novell.com> 2010-11-29 13:35:29 UTC --- Werner, there are the socket and service files that we've to provide -- here the rsyslog specific variant: $systemdsystemunitdir/rsyslog.service [Unit] Description=System Logging Service [Service] ExecStart=/sbin/rsyslogd -n -c 5 [Install] WantedBy=multi-user.target $systemdsystemunitdir/rsyslog.socket [Unit] Description=Syslog Socket [Socket] ListenDatagram=/dev/log [Install] WantedBy=sockets.target They've to go to the common (currently klogd) package. Both, rsyslogd and syslog-ng do not need klogd, so perhaps it is a good occasion to move the common things from klogd into a common "syslog" package? Further, there is also the issue with additional chroot log sockets (e.g. from dhcp-server). I've not reviewed systemd yet, so at the moment I've no idea what is required here and what not. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.