Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Убраны лишние сигналы завершения работы процесса.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyralion committed Aug 28, 2012
1 parent 7f755a3 commit 7a79a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/imp/process.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Imp

class Process

EXIT_SIGNALS = ["QUIT", "TERM", "INT", "HUP", "USR2", "USR1"]
EXIT_SIGNALS = ["QUIT", "TERM", "INT"]

def initialize(name, log_file = nil, &block)

Expand Down

0 comments on commit 7a79a07

Please sign in to comment.