Browse Source

FD3-800 10 s sleep added to inotify.sh

Guillermo Espinoza 6 years ago
parent
commit
c42fd3d7d2
1 changed files with 1 additions and 0 deletions
  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