Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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: OK 0.094 X-Spam-Evidence: '*H*': 0.81; '*S*': 0.00; 'python': 0.11; 'docs.': 0.16; 'itself,': 0.16; 'program?': 0.16; 'subject:under': 0.16; 'subject:python': 0.16; 'written': 0.21; 'example': 0.22; 'received:172.16': 0.29; 'anyone': 0.31; 'file': 0.32; 'running': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'really': 0.36; 'subject:service': 0.36; 'subject:?': 0.36; 'message- id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'launch': 0.39; 'to:addr:python.org': 0.39; 'changed': 0.39; 'header:Message-Id:1': 0.63; 'charset:windows-1252': 0.65; 'benefit': 0.68; 'i\x92ve': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=wGk2sal0eomHBURU5O8vWowymUaER/FD7WI8R2M8oXY=; b=as8zEr4l+ZFgSKgDJcNi+Np0MDsmXkXJHmNWVnwaPu4IUn+Suwb3GGlov5gdRQ83gO 8oarF4s/dshZqSoc2ixqu96qPHkJiasYogzvdYyH3Ii+7xpQrCv9+ADB8qOelnXXMxyR JI8NZQxY8HssvGlrcdqE8HlY0iDdGmQ7/kH7QCYLJ02EuwOmMfD8knwZxOU3kgwKTRw+ 7XXNt6HBsL2BNUzFadzaSu0FHIuwqdhfIasyqXnd0AT1OFN3SPpYbyjUyLivPuDTv7Rp UP31wR48ZKWiTrFucl9sjPLXV7TlZMcWUZBNpUm6U6tatLA2r1Z0vsCokLGnps4Zd9Mx YnQQ== X-Received: by 10.68.245.135 with SMTP id xo7mr3575058pbc.161.1410457689525; Thu, 11 Sep 2014 10:48:09 -0700 (PDT) From: Travis Griggs Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Example of python service running under systemd? Date: Thu, 11 Sep 2014 10:48:07 -0700 To: python-list@python.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list 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: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410457692 news.xs4all.nl 2951 [2001:888:2000:d::a6]:50178 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77772 I=92ve been reading lots of systemd docs. And blogs. Etc. At this point, = I think I would benefit from learning by example=85 Does anyone have an example .service file that they use to launch a long = running service written as a python program? If there is any example of what you changed to your python program = itself, that to would be really instructional for me.=