Skip to content

Erlang-sd_notify bind - version 0.12

Compare
Choose a tag to compare
@Gsantomaggio Gsantomaggio released this 23 Sep 21:13
· 74 commits to master since this release

Enhancements

  • sd_pid_notify_with_fdsAPI ( see #14 )
  • built with Erlang OTP 19.1

Note

erl_19_1_sd_notify_0.12.tar.gz is for Centos 7 and for must be installed manually:

  extract the tar.gz 
  mkdir -p /usr/lib64/erlang/lib/sd_notify-0.12/priv/
  mkdir -p /usr/lib64/erlang/lib/sd_notify-0.12/ebin/
  cp priv/* /usr/lib64/erlang/lib/sd_notify-0.12/priv/
  cp ebin/* /usr/lib64/erlang/lib/sd_notify-0.12/ebin/