diff --git a/lib/foreman/process.rb b/lib/foreman/process.rb index 4f00de7..24bd55a 100644 --- a/lib/foreman/process.rb +++ b/lib/foreman/process.rb @@ -42,7 +42,6 @@ private def run_process(command, pipe) io, @pid = fork_with_io(command) - trap("SIGTERM") { "got sigterm for %d" % @pid } output pipe, "started with pid %d" % @pid Thread.new do until io.eof?