class Guard::Linux

def stop


Stop the listener.
def stop
  super
  @stop = true
end