pdrakeweb / systemd-daemon

Systemd's sd-daemon ruby bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SystemdDaemon

sd-daemon bindings for ruby!

Installation

We need to have libsystemd-dev and libsystemd0 installed in order to compile systemd-daemon, once those are in place add the following line to your application's Gemfile:

gem 'systemd-daemon'

And then execute:

$ bundle

Or install it yourself as:

$ gem install systemd-daemon

Usage

Ready

SystemdDaemon::Notify.ready

Contributing

  1. Fork it ( https://github.com/ctrochalakis/systemd-daemon/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Systemd's sd-daemon ruby bindings


Languages

Language:Ruby 75.7%Language:C 24.3%