How to stop/start Mythtv backend from terminal

Asked by Dallas Kelly

What are the commands to stop / start mythtv backend in terminal mode. I want to load new Hauppauge1800 tuner drivers and need to stop the backend.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu mythtv Edit question
Assignee:
No assignee Edit question
Solved by:
Chase Douglas
Solved:
Last query:
Last reply:
Revision history for this message
Best Chase Douglas (chasedouglas) said :
#1

sudo /etc/init.d/mythbackend stop

Replace "stop" with "start" or "restart" as needed.

Revision history for this message
Dallas Kelly (k4kelly) said :
#2

Thanks

Revision history for this message
Dallas Kelly (k4kelly) said :
#3

Thanks Chase, that solved my question.