Viitor_autofs/etc/init/autofs-nis.conf
kueller b84f0661d3 Verbesserung des Startups mit upstart (trennung pre-start/exec).
/etc/sysconfig/autofstime enthält NUR noch den timeoutwert



git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_autofs@5825 504e572c-2e33-0410-9681-be2bf7408885
2010-09-20 13:28:27 +00:00

26 lines
726 B
Plaintext

description "Startup autofs System for nis configuration files"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on ( runlevel [2345] and ( started ypclient ))
stop on stopping ypclient
console output
pre-start script
source /etc/init/functions
if grep automount /etc/nsswitch.conf|grep -q nis; then
if [ -f /var/run/autofs/automount_nis.pid ]; then
if ps -ef|awk '{print $2}'|grep -q `cat /var/run/autofs/automount_nis.pid`; then
echo -n "Automount already running"
exit 10
else
rm /var/run/autofs/automount_nis.pid
fi
fi
fi
end script
exec automount -f -C -p /var/run/autofs/automount_nis.pid -t `cat /etc/sysconfig/autofstime` nis:auto.master