exported / execap

Automatically exported from code.google.com/p/execap
GNU General Public License v3.0
0 stars 0 forks source link

Doesn't support backgrounding / daemonizing #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now there is no way to have execap fork / exec into the background or 
otherwise daemonize which prevents it from being a very good daemon to run in 
init.

Original issue reported on code.google.com by bmenr...@ucsd.edu on 20 Feb 2011 at 5:18

GoogleCodeExporter commented 9 years ago
This was fixed in revision 20.  In addition to -D / --daemonize being added, I 
added --pidfile so it is easy to keep track of the daemon.

Original comment by bmenr...@ucsd.edu on 20 Feb 2011 at 8:31