← Back to team overview

touch-packages team mailing list archive

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

 

$ 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


References