Neues Startup Script mit anpassungen an neueste upstart version

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_rpc@5510 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-04-20 13:17:36 +00:00
parent 78ae735d07
commit b1e90bfa4b

View File

@ -1,12 +1,12 @@
# rc - runlevel compatibility
#
# This task guesses what the "default runlevel" should be and starts the
# appropriate script.
description "Startup rpc daemon after network setup is ready"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on started ifup
stop on stopping ifup
start on ( runlevel [2345] and (stopped ifup))
stop on (runlevel [S016] and (starting ifdown))
console logged
console none
exec /usr/sbin/portmap -f
respawn