rebase to xenial
This commit is contained in:
parent
b9224a43b0
commit
501683a3d5
13 changed files with 111 additions and 715 deletions
9
root/etc/services.d/avahi/run
Normal file
9
root/etc/services.d/avahi/run
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/with-contenv bash
|
||||
|
||||
until [[ -e /var/run/dbus/system_bus_socket ]]; do
|
||||
sleep 1s
|
||||
done
|
||||
|
||||
echo "Starting Avahi daemon"
|
||||
exec avahi-daemon --no-chroot
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue