Viitor_rpc/etc/init/rpc.conf
kueller b1e90bfa4b 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
2010-04-20 13:17:36 +00:00

13 lines
298 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 [S016] and (starting ifdown))
console none
exec /usr/sbin/portmap -f
respawn