Comment 12 for bug 570103

Revision history for this message
Simon Déziel (sdeziel) wrote :

@sm8ps

Here is the /etc/init/rsyslog.conf as shipped in rsyslog 4.2.0-2ubuntu8.1 :

# rsyslog - system logging daemon
#
# rsyslog is an enhanced multi-threaded replacement for the traditional
# syslog daemon, logging messages from applications

description "system logging daemon"

start on filesystem
stop on runlevel [06]

expect fork
respawn

script
    . /etc/default/rsyslog
    exec rsyslogd $RSYSLOGD_OPTIONS
end script