Modify ebusd installation script to enable service
Change systemctl command to enable ebusd without starting it.
This commit is contained in:
parent
dfc003adc1
commit
12619abdff
@ -22,7 +22,7 @@ setup_deb822_repo \
|
|||||||
|
|
||||||
msg_info "Installing ebusd"
|
msg_info "Installing ebusd"
|
||||||
$STD apt install -y ebusd
|
$STD apt install -y ebusd
|
||||||
systemctl enable -q --now ebusd
|
systemctl enable -q ebusd
|
||||||
msg_ok "Installed ebusd"
|
msg_ok "Installed ebusd"
|
||||||
|
|
||||||
motd_ssh
|
motd_ssh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user