vapier / nosig

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

Home Page:https://vapier.github.io/nosig/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nosig

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

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.

Building

All you need is a C11 compiler & GNU make. Run make and you're done!

About

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

https://vapier.github.io/nosig/

License:The Unlicense


Languages

Language:C 42.8%Language:Roff 33.0%Language:Shell 22.7%Language:Makefile 1.5%