sd-daemon
bindings for ruby!
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
SystemdDaemon::Notify.ready
- Fork it ( https://github.com/ctrochalakis/systemd-daemon/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request