Re: [systemd-devel] Erlang bindings for systemd-notify API

2016-06-24 Thread Peter Lemenkov
Hello All! 2016-06-24 17:28 GMT+02:00 Lennart Poettering : > On Thu, 23.06.16 16:12, Peter Lemenkov (lemen...@gmail.com) wrote: > >> Sorry for resurrecting of an old thread, but I really hope to finish >> this task :) >> What should I do for moving this library under systemd umbrella? >> What's th

Re: [systemd-devel] Erlang bindings for systemd-notify API

2016-06-24 Thread Lennart Poettering
On Thu, 23.06.16 16:12, Peter Lemenkov (lemen...@gmail.com) wrote: > Sorry for resurrecting of an old thread, but I really hope to finish > this task :) > What should I do for moving this library under systemd umbrella? > What's the next step? I copied your repo now into the systemd umbrella, mad

Re: [systemd-devel] Erlang bindings for systemd-notify API

2016-06-23 Thread Peter Lemenkov
Sorry for resurrecting of an old thread, but I really hope to finish this task :) What should I do for moving this library under systemd umbrella? What's the next step? 2016-05-30 12:18 GMT+02:00 Lennart Poettering : > On Sun, 29.05.16 22:24, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:

Re: [systemd-devel] Erlang bindings for systemd-notify API

2016-05-30 Thread Lennart Poettering
On Sun, 29.05.16 22:24, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote: > On Sun, May 29, 2016 at 10:59:23AM +0200, Peter Lemenkov wrote: > > Hello All! > > I'd like to introduce another systemd-related project - > > erlang-sd_notify. That's just a bindings for sd_notify API. Currently > >

Re: [systemd-devel] Erlang bindings for systemd-notify API

2016-05-29 Thread Zbigniew Jędrzejewski-Szmek
On Sun, May 29, 2016 at 10:59:23AM +0200, Peter Lemenkov wrote: > Hello All! > I'd like to introduce another systemd-related project - > erlang-sd_notify. That's just a bindings for sd_notify API. Currently > it implements bindings just for two functions - sd_notify and > sd_notifyf, which is enoug

[systemd-devel] Erlang bindings for systemd-notify API

2016-05-29 Thread Peter Lemenkov
Hello All! I'd like to introduce another systemd-related project - erlang-sd_notify. That's just a bindings for sd_notify API. Currently it implements bindings just for two functions - sd_notify and sd_notifyf, which is enough for using "Type=notify" as a service type. https://github.com/lemenkov/