Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
uBuntuインスタンスで実行しているPythonで作成されたソフトウェアがあります。しかし、ユーザーがサービスとして見ることができるようにパッケージ化したいと考えています。
たとえば、「/etc/init.d/myPythonProgram restart」を実行して再起動できます。他のサービスと同じように。
Python で「デーモン」を作成する方法を検索します。そう...
Pythonでデーモンを作成するにはどうすればよいですか?
https://pypi.python.org/pypi/python-daemon/
https://pypi.python.org/pypi/daemonize