Bläddra i källkod

script inotify.sh

Espinoza Guillermo 6 år sedan
förälder
incheckning
f8dc0bbe45
1 ändrade filer med 5 tillägg och 0 borttagningar
  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