Modify ebusd installation script to enable service

Change systemctl command to enable ebusd without starting it.
This commit is contained in:
Joerg Heinemann
2026-01-31 12:57:08 +01:00
committed by GitHub
parent dfc003adc1
commit 12619abdff

View File

@@ -22,7 +22,7 @@ setup_deb822_repo \
msg_info "Installing ebusd"
$STD apt install -y ebusd
systemctl enable -q --now ebusd
systemctl enable -q ebusd
msg_ok "Installed ebusd"
motd_ssh