Viitor_upstart/etc/event.d/logd
kueller d10a955339 V962 Branch
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@4445 504e572c-2e33-0410-9681-be2bf7408885
2008-05-03 17:03:02 +00:00

17 lines
299 B
Plaintext

# 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