[Touch-packages] [Bug 1451790] Re: needs systemd unit for /etc/init/rild.conf

2015-05-12 Thread Launchpad Bug Tracker
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 martin.p...@ubuntu.com  Tue, 12 May 2015 14:46:35
+0200

** Changed in: lxc-android-config (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc-android-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1451790

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

Status in lxc-android-config package in Ubuntu:
  Fix Released

Bug description:
  subject says it all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/1451790/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1451790] Re: needs systemd unit for /etc/init/rild.conf

2015-05-12 Thread Martin Pitt
** Changed in: lxc-android-config (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc-android-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1451790

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

Status in lxc-android-config package in Ubuntu:
  Fix Committed

Bug description:
  subject says it all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/1451790/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1451790] Re: needs systemd unit for /etc/init/rild.conf

2015-05-05 Thread Martin Pitt
$ 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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc-android-config in
Ubuntu.
https://bugs.launchpad.net/bugs/1451790

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

Status in lxc-android-config package in Ubuntu:
  In Progress

Bug description:
  subject says it all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc-android-config/+bug/1451790/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp