mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-31 14:23:09 +01:00
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
|
|
ulimit -n 1048576
|
|
|
|
bashio::log.info "Starting DBUS daemon from S6"
|
|
|
|
dbus-daemon --system --nofork
|