[mythtv-commits] Ticket #13160: mythbackend process not stopped when using mythtv-setup

MythTV noreply at mythtv.org
Wed Jan 31 08:19:40 UTC 2018


#13160: mythbackend process not stopped when using mythtv-setup
-----------------------------+-----------------------
 Reporter:  mike.bibbings@…  |          Owner:
     Type:  Patch - Bug Fix  |         Status:  new
 Priority:  minor            |      Milestone:  29.1
Component:  Packaging        |        Version:  v29.0
 Severity:  medium           |     Resolution:
 Keywords:                   |  Ticket locked:  0
-----------------------------+-----------------------

Comment (by vincent.mcintyre@…):

 Wouldn't this be more robust
 {{{
 -        RUNNING=$(status mythtv-backend | grep running)
 -        if [ -n "$RUNNING" ]; then
 +        if pgrep -x mythbackend >/dev/null; then
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13160#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list