# File lib/fssm/backends/inotify.rb, line 18
    def run
      begin
        @notifier.run
      rescue Interrupt
      end
    end