Sha256: 1141c605eaa14fe87b069f0fec9aad9659dfb2a1422f0504694448c08e703bb7

Contents?: true

Size: 203 Bytes

Versions: 15

Compression:

Stored size: 203 Bytes

Contents

#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
require_relative '../lib/tengine/core/heartbeat_watcher'

hbw = Tengine::Core::HeartbeatWatcher.new(ARGV)
Signal.trap(:INT) { hbw.shutdown }

hbw.run __FILE__

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
tengine_core-1.2.2 bin/tengine_heartbeat_watchd
tengine_core-1.2.1 bin/tengine_heartbeat_watchd
tengine_core-1.2.0 bin/tengine_heartbeat_watchd
tengine_core-1.1.0 bin/tengine_heartbeat_watchd
tengine_core-0.5.39 bin/tengine_heartbeat_watchd
tengine_core-0.5.38 bin/tengine_heartbeat_watchd
tengine_core-0.5.37 bin/tengine_heartbeat_watchd
tengine_core-0.5.36 bin/tengine_heartbeat_watchd
tengine_core-0.5.35 bin/tengine_heartbeat_watchd
tengine_core-0.5.34 bin/tengine_heartbeat_watchd
tengine_core-0.5.33 bin/tengine_heartbeat_watchd
tengine_core-0.5.32 bin/tengine_heartbeat_watchd
tengine_core-0.5.31 bin/tengine_heartbeat_watchd
tengine_core-0.5.30 bin/tengine_heartbeat_watchd
tengine_core-0.5.28 bin/tengine_heartbeat_watchd