This commit is contained in:
Alexandre
2024-04-25 19:23:39 +02:00
parent 39124019d1
commit 85c31dc2c4
17 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/with-contenv bashio
echo "Starting service: dbus"
dbus-daemon --system
exec \
dbus-daemon --system --nofork

View File

@@ -0,0 +1,4 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
exec /usr/sbin/php-fpm* -F

View File

@@ -0,0 +1,7 @@
#!/usr/bin/with-contenv bashio
echo "Starting service: pulseaudio"
exec s6-setuidgid abc \
/usr/bin/pulseaudio \
--log-level=0 \
--log-target=stderr \
--exit-idle-time=-1 > /dev/null 2>&1

View File

@@ -1,3 +1,8 @@
#!/usr/bin/with-contenv bashio
echo "Starting service: avahi daemon"
avahi-daemon
until [[ -e /var/run/dbus/system_bus_socket ]]; do
sleep 1s
done
exec \
avahi-daemon --no-chroot