mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 12:54:04 +02:00
update
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
echo "Starting service: dbus"
|
||||
dbus-daemon --system
|
||||
exec \
|
||||
dbus-daemon --system --nofork
|
||||
4
zzz_draft_birdnet-pi/rootfs/custom-services.d/00_php_pfm
Normal file
4
zzz_draft_birdnet-pi/rootfs/custom-services.d/00_php_pfm
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
exec /usr/sbin/php-fpm* -F
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user