Skip to content

Instantly share code, notes, and snippets.

View nathanhumbert's full-sized avatar

Nathan Humbert nathanhumbert

View GitHub Profile
module God
module Conditions
class RestartFileTouched < PollCondition
attr_accessor :restart_file
def initialize
super
end
def process_start_time
Time.parse(`ps -o lstart -p #{self.watch.pid} --no-heading`)