Skip to content

acsor/daemonize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daemonize

Detachedly execute a program from its parent

This utility allows programs to run as children of init, which can be useful if you don't care about a program's text output and you want to free the shell, as in cases of GUI programs.

Usage

Build the program

./autogen.sh && ./configure && make

Install the program (optional)

make install

Use the --prefix option of configure if you want a custom install location.

Run it with something

./daemonize program arg1 arg2 arg3 ...

About

Detachedly execute a program from its parent

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.5%
  • M4 4.2%
  • Makefile 1.8%
  • Shell 0.5%