Re: How do I daemonize a process?
- From: Garrett Cooper <youshi10@xxxxxxxxxxxxxxxx>
- Date: Mon, 23 Jul 2007 01:56:36 -0700
Jose-Marcio Martins da Cruz wrote:
Simon 'corecode' Schubert wrote:Garrett Cooper wrote:Garrett Cooper wrote:As the subject suggests I'm trying to determine how I can daemonize a C process, outside of using the rc infrastructure, so that it won't exit when the TTY exists. Does anyone know any quick references or examples?
I suggest daemon(3) if it doesn't have to be portable.
Or something like this, if it has to be portable or if you don't want
to modify C code :
nohup /pathto/c-application &
You'll eventually need to add things like redirect stdout to /dev/null...
Ok, many thanks for the suggestions all :). I'm more than happy not to do the double fork(2) solution =\..
-Garrett
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- References:
- How do I daemonize a process?
- From: Garrett Cooper
- Re: How do I daemonize a process?
- From: Garrett Cooper
- Re: How do I daemonize a process?
- From: Simon 'corecode' Schubert
- Re: How do I daemonize a process?
- From: Jose-Marcio Martins da Cruz
- How do I daemonize a process?
- Prev by Date: Re: How do I daemonize a process?
- Next by Date: Re: How do I daemonize a process?
- Previous by thread: Re: How do I daemonize a process?
- Next by thread: Re: How do I daemonize a process?
- Index(es):
Relevant Pages
|
|