From 12619abdff42e6c371b8611b3ddb3e84e2ccfc40 Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Sat, 31 Jan 2026 12:57:08 +0100 Subject: [PATCH] Modify ebusd installation script to enable service Change systemctl command to enable ebusd without starting it. --- install/ebusd-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ebusd-install.sh b/install/ebusd-install.sh index f7e58010c..ab74a8312 100644 --- a/install/ebusd-install.sh +++ b/install/ebusd-install.sh @@ -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