Use specific dbus

This commit is contained in:
Alexandre
2024-04-27 11:57:42 +02:00
parent dd33c9d1e5
commit d98358fae1
2 changed files with 7 additions and 4 deletions

View File

@@ -11,9 +11,9 @@ curl -f -L -s -S https://raw.githubusercontent.com/gdraheim/docker-systemctl-rep
chmod a+x /bin/systemctl
# Starting dbus
#bashio::log.info "Starting system services..."
#echo "... dbus"
#service dbus start
bashio::log.info "Starting system services..."
echo "... dbus"
service dbus start
# Restarting all services
bashio::log.info "Ensuring birdnet.conf is in /config ; please customize as needed"