Sample Header Ad - 728x90

Running a Python script in Conda virtual environment as service

6 votes
2 answers
28201 views
I recently wrote a Python program that is designed to communicate via SMPP SMS server. The issue I'm facing is that I don't know how to run a Python script as a service on my Cent OS server using Conda virtual environment. I'm using a lot of dependencies and choosing virtual environment over Conda is not an option. Is there any way I could run this script as a service? Also is there a way to write console methods to start this script using the following? service fooService start
Asked by David Swan (71 rep)
Jul 29, 2016, 10:43 PM
Last activity: Mar 25, 2021, 06:46 AM