diff --git a/install.sh b/install.sh index 8fcba27..ca8b6aa 100755 --- a/install.sh +++ b/install.sh @@ -446,9 +446,12 @@ info " Workspace: ${NEXTWKS_URL}" info " Auth: ${AUTH_URL}" info " Admin UI: ${NEXTWKS_URL}/admin" echo "" -info " Start: sudo systemctl enable --now nextwks" -info " Logs: sudo journalctl -u nextwks -f" -info " Status: ./install.sh --status" + +# Start the service +info "Starting services..." +$SUDO systemctl enable --now nextwks 2>/dev/null && success "NextWks is running" || warn "Start service manually: sudo systemctl start nextwks" +echo "" +info " Logs: sudo journalctl -u nextwks -f" echo "" if [ -n "${ADMIN_PASS:-}" ]; then warn " ┌─────────────────────────────────────────┐"