Python Forum
Script as service? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Script as service? (/thread-6673.html)



Script as service? - MuntyScruntfundle - Dec-02-2017

Hello again.

Just wondering, after getting a simple socket server running and bugged out, is it possible to have it run as a service on system boot?

I'd sooner it runs as a service rather than an app, but obviously I'm bound by what's possible.

Many thanks.

(Edit) I should add, I'm running the code on a Raspberry running Raspbian Jesse.


RE: Script as service? - wavic - Dec-02-2017

http://www.diegoacuna.me/how-to-run-a-script-as-a-service-in-raspberry-pi-raspbian-jessie/