Parcourir la source

FD3-800 10 s sleep added to inotify.sh

Guillermo Espinoza il y a 6 ans
Parent
commit
c42fd3d7d2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      1.4.0/kea-ik/inotify.sh

+ 1 - 0
1.4.0/kea-ik/inotify.sh

@@ -1,5 +1,6 @@
 while true
 do
     inotifywait -e create -e modify /usr/local/etc/kea/kea-dhcp4.conf
+    sleep 10
     keactrl stop
 done