]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/dhcp
commit und geh weg
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / dhcp
index 3084410a04de4d7a4ee20133f7f0545d6c1685e3..8258378481b25019c878f2f3fbecb1b73182ef7c 100644 (file)
@@ -25,7 +25,7 @@ case "$1" in
                boot_mesg "Starting DHCP Server..."
                loadproc /usr/sbin/dhcpd -q ${devices}
                
-               chmod 644 /var/run/dhcpd.pid # Fix because silly dhcpd creates its pid with mode 640
+               sleep 20 && chmod 644 /var/run/dhcpd.pid # Fix because silly dhcpd creates its pid with mode 640
                ;;
 
        stop)