Skip to content

AvianFlu/aeternum

Folders and files

NameName
Last commit message
Last commit date
Jan 27, 2012
Jan 22, 2012
Jan 23, 2012
Feb 25, 2012
Feb 25, 2012
Feb 25, 2012
Feb 25, 2012
Feb 25, 2012

Repository files navigation

aeternum

aeternum is a very small program that should daemonize any process on a Linux system.

Installation

 git clone https://github.com/AvianFlu/aeternum.git
 cd aeternum
 make
 sudo make install

This should make aeternum available on your PATH.

Usage

 aeternum -o [outfile] -e [errfile] -- [program] [args...]

outfile is a file path to which the program's stdout should be redirected.

errfile is a file path to which stderr should be redirected.

If either is not provided, /dev/null will be used.

The -- option is used to delimit aeternum arguments from arguments to the process being spawned. Everything after -- will be passed to execvp().

About

A simple daemonizer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages