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