Selaa lähdekoodia

script inotify.sh

Espinoza Guillermo 6 vuotta sitten
vanhempi
commit
f8dc0bbe45
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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