On 29/09/2011 10:21, Steven D'Aprano wrote:
I have a Python script which I would like to test without a tty attached
to the process. I could run it as a cron job, but is there an easier way?

I am running Linux.



Well you could double fork and drop the parent, that would lose the tty
which is the same effect what you get when you want a daemon.

--
mph
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to