Viitor_dhcp/etc/init/dhcpd.conf
kueller b83187d71f Neue Version V963
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_dhcp@5933 504e572c-2e33-0410-9681-be2bf7408885
2011-01-03 10:48:06 +00:00

16 lines
363 B
ISCdhcpd

description "dhcp Daemon (Dynamic host configuration) startup"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started rpc))
stop on runlevel [016]
console none
script
if [ -f /etc/sysconfig/dhcp/dhcpd.conf ]; then
/sbin/dhcpd -q -cf /etc/sysconfig/dhcp/dhcpd.conf -f
fi
end script