fix: replace restart with enable for LocalAGI service startup

This commit is contained in:
John Doe
2026-03-04 22:16:31 -05:00
parent 6ac2534aff
commit a82d63cbd3

View File

@@ -75,7 +75,7 @@ function update_script() {
msg_info "Starting LocalAGI Service"
systemctl daemon-reload
systemctl restart localagi
systemctl enable -q --now localagi
msg_ok "Started LocalAGI"
msg_ok "Updated Successfully"