Skip to content

arjan/unixsup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unix Process Supervisor

This project exposes a single gen_server, unixsup_worker, which allows you to have a unix process as a supervised child process.

Unix processes need to have the following requirements:

  • do not put themselves in the background (e.g. a "nodaemon" option)
  • exit the process when the standard input file descriptor is closed.

Author: Arjan Scherpenisse arjan@miraclethings.nl

About

Erlang gen_server which supervises a unix daemon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages