ruby-sdnotify
ruby-sdnotify copied to clipboard
A pure-Ruby implementation of systemd's sd_notify(3)
Results
2
ruby-sdnotify issues
Sort by
recently updated
recently updated
newest added
I was helping a friend implement watchdog notifications, and noticed that, unlike `sd_watchdog_enabled(3)`, this gem doesn’t have a way to get the configured watchdog interval. Instead, pretty much every Ruby...
This adds a new `watchdog_interval` method that returns the current watchdog interval in seconds (or `0` if no interval is set). Fixes #6. A few notes here: - I tried...