Viitor_upstart/etc/init/syslogd.conf
kueller 9df088532e Neue erst versionen für den einsatz von upstart als std init prozess
git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_upstart@5506 504e572c-2e33-0410-9681-be2bf7408885
2010-04-20 12:58:29 +00:00

16 lines
323 B
Plaintext

description "Startup Syslog"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on ( runlevel [12345] and (stopped routing))
stop on (runlevel [S06] and stopping udev)
console output
pre-start script
echo "Starting syslog"
end script
exec /usr/sbin/syslogd -n -m 0
respawn