Re: Start mythbackend in Jessie

Page principale

Répondre à ce message
Auteur: Christian Marillat
Date:  
À: dmo-discussion
Sujet: 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