Skip to content

Commit

Permalink
Merge pull request #96 from jrafanie/do_not_ignore_sigterm
Browse files Browse the repository at this point in the history
Remove seemingly unnecessary ignoring of SIGTERM
  • Loading branch information
Mooli Tayer authored Aug 17, 2017
2 parents 80cfeb6 + d6d3b1c commit e7128a9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def watcher(version = nil)
end

def start
trap(:TERM) { $kube_log.info('EventMonitor#start: ignoring SIGTERM') }
@inventory = nil
@watcher = nil
end
Expand Down

0 comments on commit e7128a9

Please sign in to comment.