Viitor_upstart/etc/event.d/logd

17 lines
299 B
Plaintext
Raw Normal View History

# logd
#
# This service is started automatically by init so that the output from
# other services can be logged.
description "service logging daemon"
author "Scott James Remnant <scott@ubuntu.com>"
stop on runlevel 0
stop on runlevel 1
stop on runlevel 6
console output
exec /sbin/logd
respawn