MainRo / deepspeech-server

A testing server for a speech to text service based on coqui.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run as a background service?

Fellhahn opened this issue · comments

Hi,

Apologies; I am not a programmer.

How can I get this program to run as a background service (on Ubuntu 18.04) that will run at system startup and always be listening?

It run from the console just fine but has to be left open, as soon as I send ctrl+c the listening server shuts down.

on ubuntu, you can create a systemd service and enable it. it will then start on system startup. You can also use docker-compose.