﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
13160	mythbackend process not stopped when using mythtv-setup	mike.bibbings@…		"When using mythtv-setup the backend if running should be stopped.The test for this in /usr/share/mythtv/mythtv-setup.sh fails on Ubuntu/Debian using systemd due to the status command
RUNNING=$(status mythtv-backend | grep running)

Changing the test to use ps allows this to work.
RUNNING=$(ps -A | grep mythbackend)

A pull request 71 has been generated for the mythtv/packaging repository, this should be applied to master, fixes/0.28, fixes/29
"	Patch - Bug Fix	closed	minor	29.2	Packaging	v29.0	medium	Trac EOL			0
