From 90718b440acac48b5b016ee64f8d22abcf4a834a Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Tue, 27 Jan 2026 16:19:14 +0100 Subject: [PATCH] Clean up installation script by removing autostart instructions Removed instructions for making the ebusd daemon autostart. --- install/ebusd-install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install/ebusd-install.sh b/install/ebusd-install.sh index c43be4708..0ede2e9b8 100644 --- a/install/ebusd-install.sh +++ b/install/ebusd-install.sh @@ -22,15 +22,9 @@ setup_deb822_repo \ msg_info "Installing ebusd" $STD apt install -y ebusd +$STD systemctl enable ebusd msg_ok "Installed ebusd" -msg_info "Follow below instructions to make the daemon autostart:" -msg_info "1. Edit '/etc/default/ebusd' if necessary (especially if your device is not '/dev/ttyUSB0')" -msg_info "2. Start the daemon with 'systemctl start ebusd'" -msg_info "3. Check the daemon status with 'systemctl status ebusd'" -msg_info "4. Check the log file '/var/log/ebusd.log'" -msg_info "5. Make the daemon autostart with 'systemctl enable ebusd'" - motd_ssh customize cleanup_lxc