Viitor_upstart/etc/init/klogd.conf

14 lines
342 B
Plaintext
Raw Permalink Normal View History

description "Startup Kernel Logging daemon"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on ( runlevel [12345] and (stopped mountfs))
stop on ( runlevel [06] and (stopping udev))
pre-start script
echo "Starting kernel log daemon"
end script
exec /usr/sbin/klogd -n -f /var/log/kern.log