# File lib/vagrant-lxc/action/clear_forwarded_ports.rb, line 43 def is_redir_pid?(pid) @logger.debug "Checking if #{pid} is a redir process with `ps -o cmd= #{pid}`" `ps -o cmd= #{pid}`.strip.chomp =~ /redir/ end