Re: Start mythbackend in Jessie

Página superior

Responder a este mensaje
Autor: Christian Marillat
Fecha:  
A: dmo-discussion
Asunto: Re: Start mythbackend in Jessie
On 22 mars 2015 17:57, Josu Lazkano <josu.lazkano@???> wrote:

> Hello again,
>
> Now it works well.
>
> Which is the correct way to start/stop the services in Jessie?
>
> /etc/init.d/mythtv-backend start/stop
> service mythtv-backend start/stop


Both are correct.

Then try to start the init script with -x to see when the scrip stop :

sudo sh -x /etc/init.d/mythtv-backend start

Christian