needs systemd unit for /etc/init/rild.conf

Bug #1451790 reported by Martin Pitt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lxc-android-config (Ubuntu)
Fix Released
Medium
Martin Pitt

Bug Description

subject says it all

Martin Pitt (pitti)
Changed in lxc-android-config (Ubuntu):
status: New → In Progress
assignee: nobody → Martin Pitt (pitti)
tags: added: systemd-boot-touch
Changed in lxc-android-config (Ubuntu):
importance: Undecided → Medium
Revision history for this message
Martin Pitt (pitti) wrote :

$ cat /lib/systemd/system/rild.service
[Unit]
Description=Wait for rild in the Android container to become ready
After=lxc-android-config.service

[Service]
Type=oneshot
TimeoutStartSec=80
# loop and then exit, if rild isnt up after 80 sec
# it is likely not starting at all (or not there)
ExecStart=/bin/sh -ec 'while [ ! -e /dev/socket/rild ]; do sleep 0.1; done'

tags: added: patch
Martin Pitt (pitti)
Changed in lxc-android-config (Ubuntu):
status: In Progress → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package lxc-android-config - 0.221

---------------
lxc-android-config (0.221) vivid; urgency=medium

  * Add lib/systemd/system/ofono.service.d/lxc-android-config.conf:
    systemd counterpart of etc/init/ofono.override. Fixes telephony/mobile
    data under systemd. (LP: #1451788)
  * Add lib/systemd/system/rild.service: systemd counterpart of
    etc/init/rild.conf. (LP: #1451790)

 -- Martin Pitt <email address hidden> Tue, 12 May 2015 14:46:35 +0200

Changed in lxc-android-config (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.