[erlang-questions] Controlling an Erlang system process

Garrett Smith g@REDACTED
Mon Apr 7 12:31:02 CEST 2014


On Mon, Apr 7, 2014 at 5:21 AM, Garrett Smith <g@REDACTED> wrote:
> I think I'd like a native wrapper that can
> start an Erlang system and that handles OS signals, passing them
> through to a custom handler in Erlang.
>
> Has anyone seen/written something like this?

Naturally, after asking this question I thought, why not try a search engine?

This turned up, which seems to do the trick:

https://github.com/jkingsbery/sighandler

Thanks Internet!



More information about the erlang-questions mailing list