Browse Source

script inotify.sh

Espinoza Guillermo 6 years ago
parent
commit
f8dc0bbe45
1 changed files with 5 additions and 0 deletions
  1. 5 0
      1.4.0/kea-ik/inotify.sh

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

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