← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 1408651] Re: Needs systemd unit or sysv init script, fix if-up.d script

 

This bug was fixed in the package mythtv -
2:0.27.1+fixes.20140624.aa822f5-0ubuntu3

---------------
mythtv (2:0.27.1+fixes.20140624.aa822f5-0ubuntu3) vivid; urgency=medium

  * Add debian/mythtv-backend.service: systemd unit corresponding to upstart
    job.
  * debian/mythtv-backend.if-up.d: Use invoke-rc.d instead of stop/start to
    work under any init system. (LP: #1408651)
 -- Martin Pitt <martin.pitt@xxxxxxxxxx>   Thu, 08 Jan 2015 15:55:45 +0100

** Changed in: mythtv (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythtv in Ubuntu.
https://bugs.launchpad.net/bugs/1408651

Title:
  Needs systemd unit or sysv init script, fix if-up.d script

Status in mythtv package in Ubuntu:
  Fix Released

Bug description:
  mythtv-backend only ships an upstart job. With
  https://blueprints.launchpad.net/ubuntu/+spec/core-1411-systemd-
  migration it needs an init.d script or a systemd script to also work
  under systemd.

  On top of that, /etc/network/if-up.d/mythtv-backend.if-up.d does

    stop mythtv-backend || true
    start mythtv-backend || true

  which is upstart specific. It must use "invoke-rc.d mythrv-backend
  restart" instead, which works for all init systems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythtv/+bug/1408651/+subscriptions


References