Viitor_rpc/etc/init/rpc.conf
kueller ed6a9dcb10 Probleme beim Shutdown -> stop on ...S... wird nicht korrekt erkannt und
blockt den stop...



git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_rpc@5717 504e572c-2e33-0410-9681-be2bf7408885
2010-06-23 10:16:49 +00:00

13 lines
297 B
Plaintext

description "Startup rpc daemon after network setup is ready"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on ( runlevel [2345] and (stopped ifup))
stop on (runlevel [016] and (starting ifdown))
console none
exec /usr/sbin/portmap -f
respawn