mirror of
https://github.com/linuxserver/docker-homeassistant.git
synced 2026-02-20 08:40:45 +08:00
update HA service
This commit is contained in:
parent
783495efa1
commit
89ad47ec9a
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
setcap 'cap_net_bind_service=+ep' /usr/bin/python3.10
|
||||
setcap 'cap_net_bind_service=+ep' /lsiopy/bin/python3.11
|
||||
|
||||
exec \
|
||||
s6-notifyoncheck -d -n 60 -w 5000 -c "nc -z localhost 8123" \
|
||||
s6-setuidgid abc /usr/bin/hass -c /config
|
||||
s6-setuidgid abc /lsiopy/bin/hass -c /config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user