Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: UNSURE 0.253 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.64; '*S*': 0.15; 'subject:script': 0.09; 'python': 0.11; 'subject:python': 0.16; 'thanks,': 0.17; 'help.': 0.21; 'script': 0.25; 'kevin': 0.30; 'peterson': 0.31; 'up.': 0.33; 'received:google.com': 0.35; 'hi,': 0.36; 'should': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'header:Reply-to:1': 0.77; 'reply- to:addr:gmail.com': 0.80; 'header:Return-Path:2': 0.84; 'device.': 0.93; 'subject:Android': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:to:from:reply-to:subject:message-id:mime-version :content-transfer-encoding:content-type; bh=uOqG3CwBNQNXJ1Z6BZzClUh1rp/7aCy0EKkCYAJLAmk=; b=irrVIp3C6SHTNLUAABhhLVm7URtbvdJ1IUQUlVbkkgqEErLdNVXYKWIcb2jKUMZ/TN HreLyxhAJHVF0TsK5QDyQbTQEI2lGOwG9MSDlWgAPdxwFC6DfwKLOWyTrUCy9j4Gt6BB V1dZ1UqIXcwrTiOexUUNBEVtfvj3CpQ2+Tu0tM/jeSQOWHmir26ZkjQsRJQfN8OCGw4n C8KquYu3UFX7PfjALlDIr+HSLMpUe9gzSE8FVApo+TfFflTgd7ZwjrnP/Ajibt9FPhqn iv8mytH3/lzz4YQFEjgm/MJ05BYh+EMarQUzX2onZnFsh9vJkRxBmEI+N96cEWRk1qKJ 9GOQ== X-Received: by 10.66.13.138 with SMTP id h10mr607301pac.148.1387768934972; Sun, 22 Dec 2013 19:22:14 -0800 (PST) Date: Mon, 23 Dec 2013 03:22:13 +0000 To: python-list@python.org From: Kevin Peterson Subject: Deamonify my python script on Android X-Priority: 3 X-Mailer: CatPHPMailer 5.1 (phpmailer.sourceforge.net) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" X-Mailman-Approved-At: Mon, 23 Dec 2013 10:52:32 +0100 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Kevin Peterson List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387792353 news.xs4all.nl 2899 [2001:888:2000:d::a6]:38817 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:62610 Hi, I want to daemonify my python script on Android device. That is, it should be automatically invoked on boot up. Appreciate your help. Thanks, Kevin Peterson