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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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