Re: easy way to create a daemon

Αρχική Σελίδα
Συνημμένα:
Μήνυμα σαν ηλεκτρονικό μήνυμα
+ (text/plain)
Delete this message
Reply to this message
Συντάκτης: Jon M. Hanson
Ημερομηνία:  
Προς: Main PLUG discussion list
Αντικείμενο: Re: easy way to create a daemon
On Wed, Mar 26, 2008 at 01:59:59PM -0700, Joshua Zeidner wrote:
> Hello,
>
> Is there an easy way to create a daemon without creating an init.d
> script, etc.? My needs are pretty modest, the process just needs to
> persist after logout. I can kill it manually when need be.
>
> Thanks,
>
> jmz
>


Try running you program with nohup. It will persist even after the shell
you started it in exits (like when you logout).

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss