Clean up installation script by removing autostart instructions

Removed instructions for making the ebusd daemon autostart.
This commit is contained in:
Joerg Heinemann 2026-01-27 16:19:14 +01:00 committed by GitHub
parent 0e87e5f769
commit 90718b440a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,15 +22,9 @@ setup_deb822_repo \
msg_info "Installing ebusd" msg_info "Installing ebusd"
$STD apt install -y ebusd $STD apt install -y ebusd
$STD systemctl enable ebusd
msg_ok "Installed 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 motd_ssh
customize customize
cleanup_lxc cleanup_lxc