nosig

Manage signals before running programs (a generic "nohup")

View on GitHub

About

A small utility akin to nohup: quickly set up the signal block mask & signal dispositions before executing another program.

See the man page for a lot more technical detail.

Portability

nosig should be usable on any recent POSIX compliant system. C11 & POSIX/IEEE Std 1003.1-2008 are the current requirements.

There is no desire to port to any non-POSIX system (e.g. Windows).

Your C library will also have to support getopt_long via getopt.h.

Downloads

The latest downloads can be found here: https://github.com/vapier/nosig/releases

Contact

Please use the issue tracker to contact us for bugs, questions, etc…

Author: Mike Frysinger