inotify.sh 105 B

12345
  1. while true
  2. do
  3. inotifywait -e create -e modify /usr/local/etc/kea/kea-dhcp4.conf
  4. keactrl stop
  5. done