[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Do any one know how to make a daemon in python



in C we use daemon() or fork() then setsid()
I tried the later in python but it did not work ?

what I mean, how to make a script that won't die when the caller ends
or when you close the terminal