mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
update
This commit is contained in:
3
zzz_draft_birdnet-pi/rootfs/custom-services.d/00_dbus
Normal file
3
zzz_draft_birdnet-pi/rootfs/custom-services.d/00_dbus
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
echo "Starting service: dbus"
|
||||
dbus-daemon --system & true
|
||||
3
zzz_draft_birdnet-pi/rootfs/custom-services.d/avahi
Normal file
3
zzz_draft_birdnet-pi/rootfs/custom-services.d/avahi
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
echo "Starting service: avahi daemon"
|
||||
avahi-daemon & true
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
echo "Starting service: avahi alias"
|
||||
exec \
|
||||
s6-setuidgid "$USER" "/bin/bash -c /usr/bin/avahi-publish -a -R %I $(hostname -I |cut -d' ' -f1)"
|
||||
s6-setuidgid "$USER" "/usr/bin/avahi-publish -a -R %I $(hostname -I |cut -d' ' -f1)"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
echo "Starting service: caddy"
|
||||
exec \
|
||||
s6-setuidgid "$USER" "/usr/local/bin/caddy run --config /etc/caddy/Caddyfile"
|
||||
s6-setuidgid "$USER" "/usr/bin/caddy run --config /etc/caddy/Caddyfile"
|
||||
|
||||
Reference in New Issue
Block a user