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