Deamonify my python script on Android

Larry Martell larry.martell at gmail.com
Mon Dec 23 10:02:37 EST 2013


On Sun, Dec 22, 2013 at 10:22 PM, Kevin Peterson <qh.resu01 at gmail.com> wrote:
> Hi,
>
> I want to daemonify my python script on Android device. That is, it should be automatically invoked on boot up.
>
> Appreciate your help.


I don't know anything about Android programming, but for Linux i
followed the advice on these 2 pages to achieve this:

http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/
http://fedoraproject.org/wiki/Packaging:SysVInitScript

This probably isn't directly applicable to you, but it still may help.



More information about the Python-list mailing list